iPXE
Data Fields
http_content_encoding Struct Reference

An HTTP content encoding. More...

#include <http.h>

Data Fields

const char * name
 Name. More...
 
int(* supported )(struct http_transaction *http)
 Check if content encoding is supported for this request. More...
 
int(* init )(struct http_transaction *http)
 Initialise content encoding. More...
 

Detailed Description

An HTTP content encoding.

Definition at line 484 of file http.h.

Field Documentation

◆ name

const char* http_content_encoding::name

Name.

Definition at line 486 of file http.h.

Referenced by http_format_accept_encoding(), http_parse_content_encoding(), and http_rx_headers().

◆ supported

int( * http_content_encoding::supported) (struct http_transaction *http)

Check if content encoding is supported for this request.

Parameters
httpHTTP transaction
Return values
supportedContent encoding is supported for this request

Definition at line 492 of file http.h.

Referenced by http_format_accept_encoding(), and http_parse_content_encoding().

◆ init

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

Initialise content encoding.

Parameters
httpHTTP transaction
Return values
rcReturn status code

Definition at line 498 of file http.h.

Referenced by http_rx_headers().


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