Skip to contents

Request Class

Request Class

Methods


Method all_headers()

Usage

Request$all_headers(...)


Method failure()

Usage

Request$failure(...)


Method frame()

Usage

Request$frame(...)


Method header_value()

Usage

Request$header_value(...)


Method headers()

Usage

Request$headers(...)


Method headers_array()

Usage

Request$headers_array(...)


Method is_navigation_request()

Usage

Request$is_navigation_request(...)


Method method()

Usage

Request$method(...)


Method post_data()

Usage

Request$post_data(...)


Method post_data_buffer()

Usage

Request$post_data_buffer(...)


Method post_data_j_s_o_n()

Usage

Request$post_data_j_s_o_n(...)


Method redirected_from()

Usage

Request$redirected_from(...)


Method redirected_to()

Usage

Request$redirected_to(...)


Method resource_type()

Usage

Request$resource_type(...)


Method response()

Usage

Request$response(...)


Method service_worker()

Usage

Request$service_worker(...)


Method sizes()

Usage

Request$sizes(...)


Method timing()

Usage

Request$timing(...)


Method url()

Usage

Request$url(...)


Method new()

Usage

Request$new(parent)


Method clone()

The objects of this class are cloneable with this method.

Usage

Request$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.