Learn R Programming

webdeveloper (version 1.0.5)

parseContentTypeHeader: Parse the content type header string to return the content type and boundary

Description

Parse the content type header string to return the content type and boundary

Usage

parseContentTypeHeader(x)

Value

A named list with "content_type" and "boundary" if boundary is present.

Arguments

x

A string containing the content type header.

Examples

Run this code
parseContentTypeHeader("application/x-www-form-urlencoded")

Run the code above in your browser using DataLab