Module reqwest_dav::re_exports::reqwest

source ·

Modules§

Structs§

  • An asynchronous request body.
  • Represents a server X509 certificate.
  • An asynchronous Client to make Requests with.
  • A ClientBuilder can be used to create a Client with custom configuration.
  • The Errors that may occur when processing a Request.
  • Represents a private key and X509 cert as a client certificate.
  • The Request Method (VERB)
  • A configuration for filtering out requests that shouldn’t be proxied
  • Configuration of a proxy that a Client should pass requests to.
  • A request which can be executed with Client::execute().
  • A builder to construct the properties of a Request.
  • A Response to a submitted Request.
  • An HTTP status code (status-code in RFC 7230 et al.).
  • An upgraded HTTP connection.
  • A parsed URL record.
  • Represents a version of the HTTP spec.

Traits§

Functions§

  • Shortcut method to quickly make a GET request.

Type Aliases§

  • A Result alias where the Err case is reqwest::Error.