Name
GET Handler
Description
Accepts an HTTPS GET request. These are generally used when the request data is non-sensitive and the constructed URL is less than 2,000 characters.
Fields
None
Examples
Performing a Google search.
Errors
Handler will error if a request method other than GET is used.
0 Comments