Functions | Variables
restful_api.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "mongoose.h"
Include dependency graph for restful_api.c:

Go to the source code of this file.

Functions

static int ev_handler (struct mg_connection *conn, enum mg_event ev)
static void handle_restful_call (struct mg_connection *conn)
int main (void)

Variables

static const char * s_no_cache_header = "pre-check=0, no-store, no-cache, must-revalidate\r\n"

Function Documentation

static int ev_handler ( struct mg_connection conn,
enum mg_event  ev 
) [static]

Definition at line 20 of file restful_api.c.

static void handle_restful_call ( struct mg_connection conn) [static]

Definition at line 10 of file restful_api.c.

int main ( void  )

Definition at line 34 of file restful_api.c.


Variable Documentation

const char* s_no_cache_header = "pre-check=0, no-store, no-cache, must-revalidate\r\n" [static]

Definition at line 6 of file restful_api.c.



rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:09