taxum
Preparing search index...
@taxum/core
http
ToHttpResponse
Type Alias ToHttpResponse
An interface for objects that can be converted into an HTTP response.
type
ToHttpResponse
=
{
toHttpResponse
()
:
HttpResponse
;
}
Implemented by
Body
InvalidFormDataError
InvalidJsonError
MalformedJsonError
MissingFormDataContentTypeError
MissingJsonContentTypeError
PathParamsError
StatusCode
UnauthorizedError
Index
Methods
to
Http
Response
Methods
to
Http
Response
toHttpResponse
()
:
HttpResponse
Returns
HttpResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
to
Http
Response
taxum
Loading...
An interface for objects that can be converted into an HTTP response.