|
iPXE
|
EFI_HTTP_CONNECT_REQUEST_DATA. More...
#include <Http.h>
Data Fields | |
| EFI_HTTP_REQUEST_DATA | Base |
| CHAR16 * | ProxyUrl |
| The URI of an Proxy Host. More... | |
| EFI_HTTP_REQUEST_DATA EFI_HTTP_CONNECT_REQUEST_DATA::Base |
| CHAR16* EFI_HTTP_CONNECT_REQUEST_DATA::ProxyUrl |
The URI of an Proxy Host.
This field will be NULL if there is no Proxy Host in the device path. 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) or 443 (HTTPS) is assumed. See RFC 3986 for more details on URI syntax.
1.8.15