Search Results for

    Show / Hide Table of Contents

    Enum RestRequestMethod

    Defines the HTTP method to use for an HTTP request.

    Namespace: KSharpPlus.Net.Rest
    Assembly: KSharpPlus.dll
    Syntax
    public enum RestRequestMethod

    Fields

    Name Description
    DELETE

    Defines that the request is a DELETE request.

    GET

    Defines that the request is a GET request.

    HEAD

    Defines that the request is a HEAD request.

    PATCH

    Defines that the request is a PATCH request.

    POST

    Defines that the request is a POST request.

    PUT

    Defines that the request is a PUT request.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors