Class THttpRequest
Unit
Declaration
type THttpRequest = class(TObject)
Description
This class describes a http request. Instances of this class can be reused.
Hierarchy
- TObject
- THttpRequest
Overview
Properties
property Method: RequestType read FMethod write setRequestType; |
|
property Route: string read FRoute write setRoute; |
|
property Body: string read FBody write setBody; |
Description
Properties
property Method: RequestType read FMethod write setRequestType; |
|
The RequestType to use. |
property Route: string read FRoute write setRoute; |
|
The route of the request. |
property Body: string read FBody write setBody; |
|
An optional body to attach to the request. |
Generated by PasDoc 0.16.0.