parseContentTypeHeader: Parse the content type header string to return the content...

View source: R/webdeveloper.R

parseContentTypeHeaderR Documentation

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)

Arguments

x

A string containing the content type header.

Value

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

Examples

parseContentTypeHeader("application/x-www-form-urlencoded")

webdeveloper documentation built on Oct. 18, 2022, 9:06 a.m.