powered by
Parse the content type header string to return the content type and boundary
parseContentTypeHeader(x)
A string containing the content type header.
A named list with "content_type" and "boundary" if boundary is present.
# NOT RUN { parseContentTypeHeader("application/x-www-form-urlencoded") # }
Run the code above in your browser using DataLab