XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_HTTP_REQUEST_DATA Struct Reference

#include <Http.h>

Public Attributes

EFI_HTTP_METHOD Method
 
CHAR16Url
 

Detailed Description

EFI_HTTP_REQUEST_DATA

Member Data Documentation

◆ Method

EFI_HTTP_METHOD EFI_HTTP_REQUEST_DATA::Method

The HTTP method (e.g. GET, POST) for this HTTP Request.

◆ 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.


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