Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "source/System/Net/Http/HttpMethod"

Index

Variables

CONNECT

CONNECT: HttpMethod.Connect = "CONNECT"

DELETE

DELETE: HttpMethod.Delete = "DELETE"

GET

GET: HttpMethod.Get = "GET"

HEAD

HEAD: HttpMethod.Head = "HEAD"

OPTIONS

OPTIONS: HttpMethod.Options = "OPTIONS"

POST

POST: HttpMethod.Post = "POST"

PUT

PUT: HttpMethod.Put = "PUT"

TRACE

TRACE: HttpMethod.Trace = "TRACE"

Generated using TypeDoc