augment-vir - v31.71.4
    Preparing search index...

    Variable HttpMethodConst

    HttpMethod: {
        Connect: "CONNECT";
        Delete: "DELETE";
        Get: "GET";
        Head: "HEAD";
        Options: "OPTIONS";
        Patch: "PATCH";
        Post: "POST";
        Put: "PUT";
        Trace: "TRACE";
    } = ...

    All standardized HTTP methods.

    Type Declaration

    • ReadonlyConnect: "CONNECT"
    • ReadonlyDelete: "DELETE"
    • ReadonlyGet: "GET"
    • ReadonlyOptions: "OPTIONS"
    • ReadonlyPatch: "PATCH"
    • ReadonlyPost: "POST"
    • ReadonlyPut: "PUT"
    • ReadonlyTrace: "TRACE"