The EventHttpRequest class
Guide
Edit on GitHub ✎
Represents an HTTP request.
Intro
Represents an HTTP request.
Class synopsis
class EventHttpRequest { }
Predefined Constants
EventHttpRequest::CMD_GETGET method(command)
EventHttpRequest::CMD_POSTPOST method(command)
EventHttpRequest::CMD_HEADHEAD method(command)
EventHttpRequest::CMD_PUTPUT method(command)
EventHttpRequest::CMD_DELETEDELETE command(method)
EventHttpRequest::CMD_OPTIONSOPTIONS method(command)
EventHttpRequest::CMD_TRACETRACE method(command)
EventHttpRequest::CMD_CONNECTCONNECT method(command)
EventHttpRequest::CMD_PATCHPATCH method(command)
EventHttpRequest::INPUT_HEADERRequest input header type.
EventHttpRequest::OUTPUT_HEADERRequest output header type.
Eventhttprequest