http/response/response library
Classes
- ByteResponse
- Response that writes the bytes provided in body to the response.
- Redirect
- Response that redirects to the URI specified by body
-
Response<
ValueType> - HTTP response. A route handler must respond to HTTP requests by producing a Response object.
- SkipResponse
- StreamResponse
- Response that writes the stream of bytes provided in body to the response.
- StringResponse
- Response that writes the bytes provided in body to the response.