HTTP

Undocumented

  • Loads HTTP requests

    See more

    Declaration

    Swift

    public final class Client: URLClient
  • HTTP URL response.

    See more

    Declaration

    Swift

    public struct Response: URLResponse
  • Defines the HTTP protocol version.

    See more

    Declaration

    Swift

    public struct Version
  • The standard status codes used with the HTTP protocol.

    See more

    Declaration

    Swift

    public enum StatusCode: Int
  • HTTP Method.

    See more

    Declaration

    Swift

    public enum Method: String
  • HTTP request.

    See more

    Declaration

    Swift

    public struct Request: URLRequest