/// The expected type of request body, if any.
///
/// After the header fields are parsed the request body kind
/// is decided. This information can be useful for servers
/// to decide if a request should be accepted and if the request
/// should be received in buffered or progressive mode.