iPXE
Data Fields
http_transfer_encoding Struct Reference

An HTTP transfer encoding. More...

#include <http.h>

Data Fields

const char * name
 Name. More...
 
int(* init )(struct http_transaction *http)
 Initialise transfer encoding. More...
 
struct http_state state
 Receive data state. More...
 

Detailed Description

An HTTP transfer encoding.

Definition at line 456 of file http.h.

Field Documentation

◆ name

const char* http_transfer_encoding::name

Name.

Definition at line 458 of file http.h.

Referenced by http_parse_transfer_encoding(), and http_rx_headers().

◆ init

int( * http_transfer_encoding::init) (struct http_transaction *http)

Initialise transfer encoding.

Parameters
httpHTTP transaction
Return values
rcReturn status code

Definition at line 464 of file http.h.

Referenced by http_rx_headers().

◆ state

struct http_state http_transfer_encoding::state

Receive data state.

Definition at line 466 of file http.h.

Referenced by http_rx_headers().


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