Crate api

Source

Enums§

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

Traits§

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

Type Aliases§

  • Type for the request/response headers.
  • Type for the URL query.