Module tsukuyomi::input::body [−][src]
Components for receiving incoming request bodies.
Structs
Chunk |
A buffer of bytes which will be returned from |
ConvertTo |
A future to receive the entire of message body and then convert the data into a value of |
Payload |
A |
ReadAll |
A future to receive the entire of incoming message body. |
RequestBody |
A type representing a message body in the incoming HTTP request. |
Traits
FromData |
A trait representing the conversion to certain type. |