iPXE
http_transfer_encoding Struct Reference

An HTTP transfer encoding. More...

#include <http.h>

Data Fields

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

Detailed Description

An HTTP transfer encoding.

Definition at line 459 of file http.h.

Field Documentation

◆ name

const char* http_transfer_encoding::name

Name.

Definition at line 461 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 467 of file http.h.

Referenced by http_rx_headers().

◆ state

struct http_state http_transfer_encoding::state

Receive data state.

Definition at line 469 of file http.h.

Referenced by http_rx_headers().


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