Postscript.Response (postscript v1.0.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %Postscript.Response{
body: any(),
headers: Postscript.http_headers_t(),
status_code: Postscript.http_status_code_t()
}
Link to this section Functions
Link to this function
new(response, config)
Specs
new(Postscript.Http.response_t(), Postscript.Config.t()) :: t()