iPXE
Data Fields
http_response_header Struct Reference

An HTTP response header. More...

#include <http.h>

Data Fields

const char * name
 Header name (e.g. More...
 
int(* parse )(struct http_transaction *http, char *line)
 Parse header line. More...
 

Detailed Description

An HTTP response header.

Definition at line 364 of file http.h.

Field Documentation

◆ name

const char* http_response_header::name

Header name (e.g.

"Transfer-Encoding")

Definition at line 366 of file http.h.

◆ parse

int( * http_response_header::parse) (struct http_transaction *http, char *line)

Parse header line.

Parameters
httpHTTP transaction
lineRemaining header line
Return values
rcReturn status code

Definition at line 373 of file http.h.


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