iPXE
|
An HTTP URI scheme. More...
#include <http.h>
Data Fields | |
const char * | name |
Scheme name (e.g. More... | |
unsigned int | port |
Default port. More... | |
int(* | filter )(struct http_connection *conn) |
Transport-layer filter (if any) More... | |
const char* http_scheme::name |
Scheme name (e.g.
"http" or "https")
Definition at line 42 of file http.h.
Referenced by http_conn_close(), http_conn_xfer_close(), http_connect(), and http_scheme().
unsigned int http_scheme::port |
int( * http_scheme::filter) (struct http_connection *conn) |
Transport-layer filter (if any)
conn | HTTP connection |
rc | Return status code |
Definition at line 50 of file http.h.
Referenced by http_connect().