Skip to contents

Response Class

Response Class

Methods


Method frame()

Usage

Response$frame()


Method from_service_worker()

Usage

Response$from_service_worker()


Method header_value()

Usage

Response$header_value()


Method header_values()

Usage

Response$header_values()


Method request()

Usage

Response$request()


Method all_headers()

Usage

Response$all_headers(...)


Method body()

Usage

Response$body(...)


Method finished()

Usage

Response$finished(...)


Method headers()

Usage

Response$headers(...)


Method headers_array()

Usage

Response$headers_array(...)


Method json()

Usage

Response$json(...)


Method ok()

Usage

Response$ok(...)


Method security_details()

Usage

Response$security_details(...)


Method server_addr()

Usage

Response$server_addr(...)


Method status()

Usage

Response$status(...)


Method status_text()

Usage

Response$status_text(...)


Method text()

Usage

Response$text(...)


Method url()

Usage

Response$url(...)


Method new()

Usage

Response$new(parent)


Method clone()

The objects of this class are cloneable with this method.

Usage

Response$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.