Table of Contents

THttpRequest.Method Property

Gets or sets the HTTP method (verb) of the request, such as GET or POST.

Remarks

The value is automatically converted to upper case when assigned.

Syntax

Unit: Sparkle.Http.Engine

property THttpRequest.Method: string

See also