A container with the request's headers that are meaningful enough to be parsed Contains: <ul> <li>Accept -> MIME header, parameters and sortable</li> <li>Accept-Charset -> Parameters and sortable</li> <li>Accept-Encoding -> Parameters and sortable</li> <li>Accept-Language -> Parameters and sortable</li> <li>Content-Type -> MIME header and parameters</li> </ul>
package |
Default |
---|
__construct()
accept() : array
array
List of MIME values in the {@code Accept} header
acceptCharset() : array
array
List of charset values in the {@code Accept-Charset} header
acceptEncoding() : array
array
List of encofing values in the {@code Accept-Encoding} header
acceptLanguage() : array
array
List of languages in the {@code Accept-Language} header
contentType() : \io\vertx\jphp\ext\web\MIMEHeader