|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | ClearCookies () |
/** Removes all cookies from this request */ Overrides OpenEdge.Net.HTTP.HttpMessage:ClearCookies () |
|
| # | ClearHeaders () |
/** Removes all headers from this message */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | Destroy () |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | INTEGER GetCookies (Cookie[]) |
/** Returns all the cookies for this message
@param Cookie[] An array of cookies
@return integer The number of cookies returned */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | OpenEdge.Net.HTTP.HttpHeader GetHeader (character) |
/** Returns a named header
@param character The name of the header to retrieve
@return HttpHeader The header object. Null if not exists. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | INTEGER GetHeaders (HttpHeader[]) |
/** Returns all the headers (Names and values)
@param HttpHeader[] An array of headers
@return integer The number of headers returned */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | LOGICAL HasCookie (Cookie) |
/** Indicates whether a cookie exists for this message
@param Cookie The cookie to check
@return logical True if this message contains the cookie */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | LOGICAL HasHeader (character) |
/** Indicates whether a header exists for this message or not.
@param character The name of a header to check
@return logical True if this message contains the header */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | Initialize () |
/** Initialiser */ Overrides OpenEdge.Net.HTTP.HttpMessage:Initialize () |
|
| # | RemoveCookie (Cookie) |
/** Removes a cookie from this request
@param Cookie The cookie to remove. */ Overrides OpenEdge.Net.HTTP.HttpMessage:RemoveCookie (Cookie) |
|
| # | RemoveHeader (character) |
/** Removes a header from the collection of message headers.
No-op if none exists.
This implementation sets the value of the header to ?/unknown,
passes it down the filter chain, and then removes it from the
header collection.
@param character The name of the header to remove */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | SetCookie (Cookie) |
/** Adds a cookie to this request
@param Cookie The cookie to add. */ Overrides OpenEdge.Net.HTTP.HttpMessage:SetCookie (Cookie) |
|
| # | SetHeader (HttpHeader) |
/** Adds header info to this message's collection of headers.
@param character The header name
@param character The complete header value */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| + | SetHost () |
/** Sets the Host header based on the request's URI */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | HttpRequest () |
/** Default constructor */ |
|
| # | HttpRequest (character, URI) |
/** Constructor.
@param character The method/verb for this request
@param URI The target resource for this request */ |
|
| # | HttpRequest (MethodEnum, URI) |
/** Constructor.
@param MethodEnum The method/verb for this request
@param URI The target resource for this request */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | CHARACTER CharacterEncoding |
/** The message's content type encoding (eg charset='utf-8'). For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7 */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | INTEGER ContentLength |
/** The length (in bytes/characters) of the payload/entity. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | RAW ContentMD5 |
/** An MD5 hash of the message's content. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | CHARACTER ContentType |
/** The message's content type (eg text/html). For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7 */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | Object Entity |
/** Object containing the response body/entity.
The object can be of any type, which may depend on the content type
and the body filters it passes through. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | CHARACTER Method |
/** (mandatory) GET/PUT/POST etc. Defaults to GET. */ |
|
| # | CHARACTER TransferEncoding |
/** The message's Transfer-Encoding. For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6
This property does not use the same mechanism that the ContentType does,
since the header name used depends on whether this is a request or response. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | OpenEdge.Net.URI URI |
/** (mandatory) The URI to request eg. http://progress.com/ */ |
|
| # | CHARACTER Version |
/** The HTTP version supported. Typically HTTP/1.1 */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
Top
PROTECTED ClearCookies ()
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED ClearHeaders ()
|
|||||||||||||||||||||
PROTECTED Destroy ()
|
|||||||||||||||||||||
PROTECTED INTEGER GetCookies (Cookie[])
|
|||||||||||||||||||||
PROTECTED OpenEdge.Net.HTTP.HttpHeader GetHeader (character)
|
|||||||||||||||||||||
PROTECTED INTEGER GetHeaders (HttpHeader[])
|
|||||||||||||||||||||
PROTECTED LOGICAL HasCookie (Cookie)
|
|||||||||||||||||||||
PROTECTED LOGICAL HasHeader (character)
|
|||||||||||||||||||||
PROTECTED Initialize ()
|
|||||||||||||||||||||
PROTECTED RemoveCookie (Cookie)
|
|||||||||||||||||||||
PROTECTED RemoveHeader (character)
|
|||||||||||||||||||||
PROTECTED SetCookie (Cookie)
|
|||||||||||||||||||||
PROTECTED SetHeader (HttpHeader)
|
|||||||||||||||||||||
PUBLIC SetHost ()
|
|||||||||||||||||||||
PROTECTED HttpRequest ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED HttpRequest (character, URI)
|
||||||||||||||||||
PROTECTED HttpRequest (MethodEnum, URI)
|
||||||||||||||||||
PROTECTED CHARACTER CharacterEncoding
|
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED INTEGER ContentLength
|
|||||||||||||||||
PROTECTED RAW ContentMD5
|
|||||||||||||||||
PROTECTED CHARACTER ContentType
|
|||||||||||||||||
PROTECTED Object Entity
|
|||||||||||||||||
PROTECTED CHARACTER Method
|
|||||||||||||||||
PROTECTED CHARACTER TransferEncoding
|
|||||||||||||||||
PROTECTED OpenEdge.Net.URI URI
|
|||||||||||||||||
PROTECTED CHARACTER Version
|
|||||||||||||||||