Webigail
    Preparing search index...

    Enumeration ZHttpMethod

    Represents an available method for an http invocation.

    Index

    Enumeration Members

    Enumeration Members

    Delete: "DELETE"

    DELETE.

    Used for....delete..duh.

    Get: "GET"

    GET

    Used for reads

    Head: "HEAD"

    HEAD

    Used for metadata.

    Options: "OPTIONS"

    OPTIONS

    Used to retrieve the available methods and accessors for a single api. Normally used by the browser.

    Patch: "PATCH"

    PATCH.

    Used for updates but only partials of objects.

    Post

    Post: "POST"

    POST

    Use for create.

    Put: "PUT"

    PUT

    Used for updates and can combine creates.