Crate api

Source

Enums§

Method
Enum with all the standard HTTP methods. It also has a variant Custom to support non-standard methods.
SendError

Traits§

Api
Api represents a HTTP API exposing all the request parameters and a function to parse the HTTP response.
Client
HttpResponse
It represents the Server response received by the client after sending a HTTP request.

Type Aliases§

Headers
Type for the request/response headers.
Query
Type for the URL query.