iPXE
Data Fields
EFI_HTTP_CONNECT_REQUEST_DATA Struct Reference

EFI_HTTP_CONNECT_REQUEST_DATA. More...

#include <Http.h>

Data Fields

EFI_HTTP_REQUEST_DATA Base
 
CHAR16ProxyUrl
 The URI of an Proxy Host. More...
 

Detailed Description

EFI_HTTP_CONNECT_REQUEST_DATA.

Definition at line 202 of file Http.h.

Field Documentation

◆ Base

EFI_HTTP_REQUEST_DATA EFI_HTTP_CONNECT_REQUEST_DATA::Base

Definition at line 203 of file Http.h.

◆ ProxyUrl

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.

Definition at line 211 of file Http.h.


The documentation for this struct was generated from the following file: