[][src]Module httptest::mappers::response

Mappers that extract information from HTTP responses.

Structs

Body

The Body mapper returned by body()

Headers

The Headers mapper returned by headers()

StatusCode

The StatusCode mapper returned by status_code()

Functions

body

Extract the body from the HTTP response and pass it to the next mapper.

headers

Extract the headers from the HTTP response and pass the sequence to the next mapper.

status_code

Extract the status code from the HTTP response and pass it to the next mapper.