THttpExchange

HTTP Request/response pair

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4THttpExchange

Source

Http.Exchange.pas (27)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTHttpRequestFRequest
InstanceprivateTHttpResponseFResponse

Methods

ScopeVisibilityResultNameDescription
InstanceprivateSetRequest(Value: THttpRequest)
InstanceprivateSetResponse(Value: THttpResponse)
InstancepublicDestroy()
InstancepublicWrite(Stream: TOutputStream) Write the response based on acceptance headers in the request.