Class THttpRequest

Unit

Declaration

type THttpRequest = class(TObject)

Description

This class describes a http request. Instances of this class can be reused.

Hierarchy

Overview

Properties

Public property Method: RequestType read FMethod write setRequestType;
Public property Route: string read FRoute write setRoute;
Public property Body: string read FBody write setBody;

Description

Properties

Public property Method: RequestType read FMethod write setRequestType;

The RequestType to use.

Public property Route: string read FRoute write setRoute;

The route of the request.

Public property Body: string read FBody write setBody;

An optional body to attach to the request.


Generated by PasDoc 0.16.0.