FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
builtin_http_server.c File Reference
+ Include dependency graph for builtin_http_server.c:

Go to the source code of this file.

Data Structures

struct  builtin_http_server_args
 
struct  http_server_main_t
 

Enumerations

enum  http_process_event_t { EVENT_WAKEUP = 1 }
 

Functions

static void free_http_process (builtin_http_server_args *args)
 
static void http_cli_output (uword arg, u8 *buffer, uword buffer_bytes)
 
void send_data (stream_session_t *s, u8 *data)
 
static void send_error (stream_session_t *s, char *str)
 
static uword http_cli_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 
static void alloc_http_process (builtin_http_server_args *args)
 
static void alloc_http_process_callback (void *cb_args)
 
static int session_rx_request (stream_session_t *s)
 
static int http_server_rx_callback (stream_session_t *s)
 
static int http_server_rx_callback_static (stream_session_t *s)
 
static int builtin_session_accept_callback (stream_session_t *s)
 
static void builtin_session_disconnect_callback (stream_session_t *s)
 
static void builtin_session_reset_callback (stream_session_t *s)
 
static int builtin_session_connected_callback (u32 app_index, u32 api_context, stream_session_t *s, u8 is_fail)
 
static int builtin_add_segment_callback (u32 client_index, const u8 *seg_name, u32 seg_size)
 
static int builtin_redirect_connect_callback (u32 client_index, void *mp)
 
static int create_api_loopback (vlib_main_t *vm)
 
static int server_attach ()
 
static int server_listen ()
 
static int server_create (vlib_main_t *vm)
 
static clib_error_tserver_create_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tbuiltin_http_server_main_init (vlib_main_t *vm)
 

Variables

http_server_main_t http_server_main
 
static const char * http_response
 
static const char * http_error_template
 
static const char * html_header_template
 
static const char * html_footer = "</pre></body></html>\r\n"
 
static const char * html_header_static
 
static u8static_http
 
static session_cb_vft_t builtin_session_cb_vft
 
static vlib_cli_command_t server_create_command
 (constructor) VLIB_CLI_COMMAND (server_create_command) More...
 

Enumeration Type Documentation

Enumerator
EVENT_WAKEUP 

Definition at line 20 of file builtin_http_server.c.

Function Documentation

static void alloc_http_process ( builtin_http_server_args args)
static

Definition at line 285 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void alloc_http_process_callback ( void *  cb_args)
static

Definition at line 328 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int builtin_add_segment_callback ( u32  client_index,
const u8 seg_name,
u32  seg_size 
)
static

Definition at line 470 of file builtin_http_server.c.

static clib_error_t* builtin_http_server_main_init ( vlib_main_t vm)
static

Definition at line 652 of file builtin_http_server.c.

+ Here is the call graph for this function:

static int builtin_redirect_connect_callback ( u32  client_index,
void *  mp 
)
static

Definition at line 478 of file builtin_http_server.c.

static int builtin_session_accept_callback ( stream_session_t s)
static

Definition at line 431 of file builtin_http_server.c.

+ Here is the call graph for this function:

static int builtin_session_connected_callback ( u32  app_index,
u32  api_context,
stream_session_t s,
u8  is_fail 
)
static

Definition at line 462 of file builtin_http_server.c.

static void builtin_session_disconnect_callback ( stream_session_t s)
static

Definition at line 443 of file builtin_http_server.c.

+ Here is the call graph for this function:

static void builtin_session_reset_callback ( stream_session_t s)
static

Definition at line 454 of file builtin_http_server.c.

+ Here is the call graph for this function:

static int create_api_loopback ( vlib_main_t vm)
static

Definition at line 496 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void free_http_process ( builtin_http_server_args args)
static

Definition at line 62 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void http_cli_output ( uword  arg,
u8 buffer,
uword  buffer_bytes 
)
static

Definition at line 117 of file builtin_http_server.c.

+ Here is the caller graph for this function:

static uword http_cli_process ( vlib_main_t vm,
vlib_node_runtime_t rt,
vlib_frame_t f 
)
static

Definition at line 198 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int http_server_rx_callback ( stream_session_t s)
static

Definition at line 358 of file builtin_http_server.c.

+ Here is the call graph for this function:

static int http_server_rx_callback_static ( stream_session_t s)
static

Definition at line 390 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void send_data ( stream_session_t s,
u8 data 
)

Definition at line 133 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void send_error ( stream_session_t s,
char *  str 
)
static

Definition at line 188 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int server_attach ( )
static

Definition at line 510 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int server_create ( vlib_main_t vm)
static

Definition at line 558 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* server_create_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 585 of file builtin_http_server.c.

+ Here is the call graph for this function:

static int server_listen ( )
static

Definition at line 547 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int session_rx_request ( stream_session_t s)
static

Definition at line 334 of file builtin_http_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

session_cb_vft_t builtin_session_cb_vft
static
Initial value:
= {
.session_accept_callback = builtin_session_accept_callback,
.session_disconnect_callback = builtin_session_disconnect_callback,
.session_connected_callback = builtin_session_connected_callback,
.add_segment_callback = builtin_add_segment_callback,
.redirect_connect_callback = builtin_redirect_connect_callback,
.builtin_server_rx_callback = http_server_rx_callback,
.session_reset_callback = builtin_session_reset_callback
}
static int http_server_rx_callback(stream_session_t *s)
static int builtin_add_segment_callback(u32 client_index, const u8 *seg_name, u32 seg_size)
static int builtin_session_connected_callback(u32 app_index, u32 api_context, stream_session_t *s, u8 is_fail)
static int builtin_session_accept_callback(stream_session_t *s)
static int builtin_redirect_connect_callback(u32 client_index, void *mp)
static void builtin_session_disconnect_callback(stream_session_t *s)
static void builtin_session_reset_callback(stream_session_t *s)

Definition at line 484 of file builtin_http_server.c.

const char* html_footer = "</pre></body></html>\r\n"
static

Definition at line 107 of file builtin_http_server.c.

const char* html_header_static
static
Initial value:
= "<html><head><title>static reply</title></head>"
"<link rel=\"icon\" href=\"data:,\"><body><pre>hello</pre></body>"
"</html>\r\n"

Definition at line 110 of file builtin_http_server.c.

const char* html_header_template
static
Initial value:
= "<html><head><title>%v</title>"
"</head><link rel=\"icon\" href=\"data:,\"><body><pre>"

Definition at line 104 of file builtin_http_server.c.

const char* http_error_template
static
Initial value:
= "HTTP/1.1 %s\r\n"
"Content-Type: text/html\r\n"
"Expires: Mon, 11 Jan 1970 10:10:10 GMT\r\n"
"Connection: close\r\n" "Pragma: no-cache\r\n" "Content-Length: 0\r\n\r\n"

Definition at line 97 of file builtin_http_server.c.

const char* http_response
static
Initial value:
= "HTTP/1.1 200 OK\r\n"
"Content-Type: text/html\r\n"
"Expires: Mon, 11 Jan 1970 10:10:10 GMT\r\n"
"Connection: close\r\n"
"Pragma: no-cache\r\n" "Content-Length: %d\r\n\r\n%s"

Definition at line 90 of file builtin_http_server.c.

http_server_main_t http_server_main

Definition at line 59 of file builtin_http_server.c.

vlib_cli_command_t server_create_command
static
Initial value:
=
{
.path = "test http server",
.short_help = "test http server",
}
static clib_error_t * server_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (server_create_command)

Definition at line 643 of file builtin_http_server.c.

u8* static_http
static

Definition at line 114 of file builtin_http_server.c.