HttpMethods
The methods for http requests
Signature
declare enum HttpMethods { Get = "GET", Post = "POST", Put = "PUT", Patch = "PATCH", Delete = "DELETE", Head = "HEAD"}Members
This export does not declare public properties or methods in the generated declaration file.