Table of Contents

Field Allow

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Allow header.

Lists the HTTP methods that are supported by the resource, informing clients about the available actions.

public const string Allow = "Allow"

Returns

string
The HTTP Allow header. Lists the HTTP methods that are supported by the resource, informing clients about the available actions.