Learn R Programming

splashr (version 0.6.0)

get_request_type: Retrieve or test request type

Description

Retrieve or test request type

Usage

get_request_type(har_resp_obj)

is_get(har_resp_obj)

is_post(har_resp_obj)

Arguments

har_resp_obj

HAR response object

See Also

Other splash_har_helpers: get_content_size, get_content_type, get_har_entry, get_header_val, get_headers, get_request_url, get_response_body, get_response_url, har_entry_count