ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
functions.php File Reference

Go to the source code of this file.

Namespaces

 Sabre\HTTP
 

Functions

 Sabre\HTTP::parseDate ($dateString)
 A collection of useful helpers for parsing or generating various HTTP headers. More...
 
 Sabre\HTTP::toDate (DateTime $dateTime)
 Transforms a DateTime object to a valid HTTP/1.1 Date header value. More...
 
 Sabre\HTTP::negotiateContentType ($acceptHeaderValue, array $availableOptions)
 This function can be used to aid with content negotiation. More...
 
 Sabre\HTTP::parsePrefer ($input)
 Parses the Prefer header, as defined in RFC7240. More...
 
 Sabre\HTTP::getHeaderValues ($values, $values2=null)
 This method splits up headers into all their individual values. More...
 
 Sabre\HTTP::parseMimeType ($str)
 Parses a mime-type and splits it into: More...
 
 Sabre\HTTP::encodePath ($path)
 Encodes the path of a url. More...
 
 Sabre\HTTP::encodePathSegment ($pathSegment)
 Encodes a 1 segment of a path. More...
 
 Sabre\HTTP::decodePath ($path)
 Decodes a url-encoded path. More...
 
 Sabre\HTTP::decodePathSegment ($path)
 Decodes a url-encoded path segment. More...