Function fastly::handle::client_request_and_body

source ·
pub fn client_request_and_body() -> (RequestHandle, BodyHandle)
Expand description

Get handles to the client request headers and body at the same time.

This will panic if either the parts of the body have already been retrieved.