taxum
    Preparing search index...

    Type Alias HttpResponseLikePart

    HttpResponseLikePart: HttpResponse | ToHttpResponse | BodyLike

    Represents a type that can be used as a response in HTTP operations.

    This type can be one of the following:

    • HttpResponse: Represents a standard HTTP response with headers, status, and body.
    • ToHttpResponse: Represents an object or function that can be transformed into an HttpResponse.
    • BodyLike: Represents a type that can be interpreted or converted to the body of an HTTP response.

    It is used to provide flexibility in handling various forms of HTTP response data.