RequestMethod Inherits: Enum Defines the supported HTTP methods for loading a page in a WebView. Properties GET – HTTP GET method. POST – HTTP POST method. Properties# GET = 'get' # HTTP GET method. POST = 'post' # HTTP POST method.