Skip to main content

RequestMethod

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

Inherits: enum.Enum

Properties

  • GET - HTTP GET method.
  • POST - HTTP POST method.

Properties​

GETclass-attributeinstance-attribute​

HTTP GET method.

POSTclass-attributeinstance-attribute​

HTTP POST method.