@swizzyweb/swizzy-web-service
    Preparing search index...

    Enumeration RequestMethod

    HTTP request methods supported by Swizzy web controllers.

    Index

    Enumeration Members

    Enumeration Members

    delete: "delete"

    HTTP DELETE — remove a resource.

    get: "get"

    HTTP GET — retrieve a resource.

    patch: "patch"

    HTTP PATCH — partially update a resource.

    post

    post: "post"

    HTTP POST — create or submit data.

    put: "put"

    HTTP PUT — replace a resource.