parseHTTP {webdeveloper}R Documentation

Parse a HTTP request

Description

Parse a HTTP request

Usage

parseHTTP(x, content_type_header = NULL, consolidate = TRUE)

Arguments

x

The body of the HTTP request

content_type_header

A string containing the content type header.

consolidate

TRUE/FALSE, if TRUE, consolidates items with the same name.

Value

A named list.

Examples

parseHTTP("?form_id=example&col_name=Test+String", "application/x-www-form-urlencoded")

[Package webdeveloper version 1.0.5 Index]