Postscript.Request (postscript v1.0.2)
Link to this section Summary
Link to this section Types
@type t() :: %Postscript.Request{ body: String.t(), headers: Postscript.http_headers_t(), method: Postscript.http_method_t(), private: map(), url: String.t() }
Link to this section Functions
Link to this function
new(operation, config)
@spec new(Postscript.Operation.t(), Postscript.Config.t()) :: t()
Link to this function
send(request, config)
@spec send(t(), Postscript.Config.t()) :: Postscript.response_t()