WebConnections.RequestHttpMethod(string, string, string = nullptr, KeyValuesHandle?, KeyValuesHandle?, string = "text/plain; charset=utf-8", number = 60)
client
Arguments
- url string
- method string
- Optional body string nullptr
- Optional parameters KeyValuesHandle
- Optional headers KeyValuesHandle
- Optional contentType string "text/plain; charset=utf-8"
- Optional timeout number 60
Examples
WebConnections.RequestHttpMethod – Performs an HTTP request of the specified method