View Source AnyHttp.Types (Any HTTP v0.1.0)

Defines the typespecs for the library.

Summary

Types

@type body() :: any()
@type headers() :: [{binary(), binary()}]
@type opts() :: [{atom(), any()}]
@type response() :: AnyHttp.Response.t()
@type url() :: binary() | URI.t()