#include <MdePkg/Include/Protocol/Http.h>
EFI_HTTP_REQUEST_DATA
Definition at line 183 of file Http.h.
◆ Method
The HTTP method (e.g. GET, POST) for this HTTP Request.
Definition at line 187 of file Http.h.
◆ Url
CHAR16* EFI_HTTP_REQUEST_DATA::Url |
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.
Definition at line 194 of file Http.h.
The documentation for this struct was generated from the following file:
- MdePkg/Include/Protocol/Http.h