View Source GoogleCerts.Client behaviour (Google Certificates v1.0.0)

HTTP Client

Link to this section Summary

Link to this section Callbacks

Specs

body(any()) :: {:error, atom() | {:closed, binary()}} | {:ok, binary()}

Specs

get(binary(), list()) :: {:ok, :hackney.client_ref()} | {:error, term()}

Link to this section Functions

Specs

get(integer()) ::
  {:ok, GoogleCerts.Client.Response.t()} | {:error, :req_google_certs}