Skip to content

RequestMethod

RequestMethod #

Bases: Enum

Defines the supported HTTP methods for loading a page in a WebView.

GET = 'get' #

HTTP GET method.

POST = 'post' #

HTTP POST method.