hosanna-ui-docs - v0.9.0
    Preparing search index...

    Enumeration HttpMethod

    Enumeration of standard HTTP methods.

    This enum defines the most commonly used HTTP methods for making requests to web servers.

    Index

    Enumeration Members

    Enumeration Members

    DELETE: "DELETE"

    Remove data from the server.

    GET: "GET"

    Retrieve data from the server.

    HEAD: "HEAD"

    Retrieve metadata about a resource.

    PATCH: "PATCH"

    Apply partial modifications to a resource.

    POST

    POST: "POST"

    Submit data to be processed to the server.

    PUT: "PUT"

    Update existing data on the server.