ORY.Hydra.Request (ory_hydra v1.2.2)
Link to this section Summary
Link to this section Types
Specs
t() :: %ORY.Hydra.Request{
attempt: integer(),
body: binary(),
headers: ORY.Hydra.http_headers_t(),
method: ORY.Hydra.http_method_t(),
result: any(),
url: String.t()
}
Link to this section Functions
Link to this function
send(operation, config)
Specs
send(ORY.Hydra.Operation.t(), ORY.Hydra.Config.t()) :: ORY.Hydra.response_t()