Preparing search index...

    The method in which to send the HTTP request. Use with "LensStudio:Network".HttpRequest.

    Index

    Enumeration Members

    Enumeration Members

    Delete: number

    HTTP DELETE method, used to remove a resource.

    Get: number

    HTTP GET method, used to retrieve a resource.

    BetaPost

    Post: number

    HTTP POST method, used to submit data to a resource.

    Put: number

    HTTP PUT method, used to replace a resource with new data.