Retrieve or test request type

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