Postscript.Response (postscript v1.0.2)
Link to this section Summary
Link to this section Types
@type 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)
@spec new(Postscript.Http.response_t(), Postscript.Config.t()) :: t()