Enums§
- Body
- An HTTP message body.
- Message
Kind - Who is asking: determines whether “no Content-Length, no TE” means a body (responses: read until close) or no body (requests).
- Request
Method - The request method that prompted a response (used to decide body for HEAD).
Functions§
- resolve_
body - Resolve the body reader for a message given its headers and kind.
- write_
framing_ headers - Serialize body framing headers for an outgoing message.