Class HttpRequest

Represents an HTTP request made to a server.

Inherits from

Fields

Name Type Descrption
httpVersion HttpVersion The HTTP protocol version used for the request
method HttpMethod The HTTP method of the request
requestUrl string The request URL
headers StrMapCI All request headers

Properties

Name Type Description
host string Shortcut to the 'Host' header (always present for HTTP 1.1)
contentType string Returns the mime type part of the 'Content-Type' header.
contentTypeParameters string Returns any supplementary parameters of the 'Content-Type' header.
persistent bool Determines if the connection persists across requests.

Aliases

Name Description
url Please use requestUrl instead. This alias will be deprecated after the next release.

Authors

Sönke Ludwig, Jan Krüger

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.