Expand description
Tools for building and manipulating Response bodies.
Check out Response::set_typed_body for more details.
Modules§
- errors
- Errors that can arise when building a
Responsebody. - raw
- Low-level tools for building and manipulating
Responsebodies.
Structs§
- Html
- A
Responsebody withContent-Typeset totext/html; charset=utf-8. - Json
- A
Responsebody withContent-Typeset toapplication/json.