Type alias HttpBody<T>

HttpBody<T>: T | LazyHttpBody<T>

Types a request/response body as a Lazy instance or Anything value.

Type Parameters

  • T = Anything

Generated using TypeDoc