OpenEdge.Net.HTTP.Filter.Payload.DefaultRequestFilter
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| 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. */
|
||
| Open () |
|
||
| INT64 Write (Object) |
|
||
| 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 */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| DefaultRequestFilter () |
/* Default constructor */
|
Method Detail
OpenEdge.Core.ByteBucket ExtractEntity (IHttpRequest)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Open () |
||||||||||||||||||||
INT64 Write (Object)
|
||||||||||||||||||||
WriteHeaders (IHttpRequest)
|
||||||||||||||||||||
WriteMessage (IHttpRequest)
|
||||||||||||||||||||
WriteStartLine (IHttpRequest)
|
||||||||||||||||||||
Constructor Detail
DefaultRequestFilter ()
|
||||||
|---|---|---|---|---|---|---|