Search Results for

    / fm / liveswitch / HttpMethod

    Enumeration: HttpMethod

    fm.liveswitch.HttpMethod

    The method used by an HTTP request.

    Table of contents

    Enumeration members

    • Delete
    • Get
    • Head
    • Patch
    • Post
    • Put

    Enumeration members

    Delete

    • Delete: = 6

    Indicates a DELETE request.

    Defined in: Generated/TypeScript/fm.liveswitch/HttpMethod.ts:44


    Get

    • Get: = 1

    Indicates a GET request.

    Defined in: Generated/TypeScript/fm.liveswitch/HttpMethod.ts:14


    Head

    • Head: = 2

    Indicates a HEAD request.

    Defined in: Generated/TypeScript/fm.liveswitch/HttpMethod.ts:20


    Patch

    • Patch: = 5

    Indicates a PATCH request.

    Defined in: Generated/TypeScript/fm.liveswitch/HttpMethod.ts:38


    Post

    • Post: = 3

    Indicates a POST request.

    Defined in: Generated/TypeScript/fm.liveswitch/HttpMethod.ts:26


    Put

    • Put: = 4

    Indicates a PUT request.

    Defined in: Generated/TypeScript/fm.liveswitch/HttpMethod.ts:32

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.14.6