@bearnjs/rest
    Preparing search index...

    Type Alias HttpMethod

    HttpMethod: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS"

    Represents the basic HTTP methods used in requests.

    // Example usage:
    const method: HttpMethod = 'GET';