View Source BrowseyHttp.Util.Curl.Result (BrowseyHttp v0.0.6)

Summary

Types

@type t() :: %BrowseyHttp.Util.Curl.Result{
  headers: BrowseyHttp.Response.headers(),
  status: integer() | nil,
  uris: [URI.t()]
}