Postscript.Response (postscript v1.0.3)

Summary

Types

@type t() :: %Postscript.Response{
  body: any(),
  headers: Postscript.http_headers_t(),
  status_code: Postscript.http_status_code_t()
}

Functions

Link to this function

new(response, config)