|
|
OpenEdge.Core.ByteBucket ExtractEntity (IHttpRequest)
|
/** Extracts the contents of the Entity property, and
populates the MessageBody.
This default implementation returns an empty message body.
@return Memptr A memptr object containing the extracted entity. */
|
|
|
WriteHeaders (IHttpRequest)
|
/** Writes the HTTP headers into the bucket
@param ByteBucket The target for the write operation */
|
|
|
WriteMessage (IHttpRequest)
|
/** Builds a complete HTTP request (ie headers, protocol etc)
for the data in this object. */
|
|
|
WriteStartLine (IHttpRequest)
|
/** Writes the request line into the bucket
@param ByteBucket The target for the write operation */
|