iPXE
Data Fields
EFI_HTTP_REQUEST_DATA Struct Reference

EFI_HTTP_REQUEST_DATA. More...

#include <Http.h>

Data Fields

EFI_HTTP_METHOD Method
 The HTTP method (e.g. More...
 
CHAR16Url
 The URI of a remote host. More...
 

Detailed Description

EFI_HTTP_REQUEST_DATA.

Definition at line 184 of file Http.h.

Field Documentation

◆ Method

EFI_HTTP_METHOD EFI_HTTP_REQUEST_DATA::Method

The HTTP method (e.g.

GET, POST) for this HTTP Request.

Definition at line 188 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 195 of file Http.h.


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