Data Fields | |
EFI_HTTP_METHOD | Method |
CHAR16 * | Url |
The HTTP method (e.g. GET, POST) for this HTTP Request.
The URI of a remote host. From the information in this field, the HTTP instance will be able to determine whether to use HTTP or HTTPS and will also be able to determine the port number to use. If no port number is specified, port 80 (HTTP) is assumed. See RFC 3986 for more details on URI syntax.