@minecraft/server-net
    Preparing search index...

    Enumeration HttpRequestMethodBeta

    Index

    Enumeration Members

    Enumeration Members

    Delete: "Delete"

    Represents the method for an HTTP HEAD request. HEAD requests are similar to a GET request, but are commonly used to retrieve just the HTTP response headers from the specified URI, and not the body contents.

    Get: "Get"

    Represents the method for an HTTP PUT request. POST requests are commonly used to create a new resource that is a subordinate of the specified URI.

    Head: "Head"

    Represents the method for an HTTP PUT request. GET requests are commonly used to retrieve information about a resource at the specified URI.

    BetaPost

    Post: "Post"

    Represents the method for an HTTP PUT request. GET requests are commonly used to retrieve information about a resource at the specified URI.

    Put: "Put"

    Represents the method for an HTTP PUT request. PUT requests are commonly used to update a single resource that already exists in a resource collection.