logo
Expand description

Writer trait and it’s implements.

Structs

Write serializable content to response as json content. It will set content-type to application/json; charset=utf-8.

Response that redirects the request to another location.

Enums

Write text content to response as text content.

Traits

Piece is used to write data to Response.

Writer is used to write data to response.