TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_HTTP_REQUEST_DATA Struct Reference

#include <MdePkg/Include/Protocol/Http.h>

Data Fields

EFI_HTTP_METHOD Method
 
CHAR16 * Url
 

Detailed Description

EFI_HTTP_REQUEST_DATA

Definition at line 183 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 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: