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
 

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
static
Initial value:
=
"Cache-Control: max-age=0, post-check=0, "
"pre-check=0, no-store, no-cache, must-revalidate\r\n"

Definition at line 6 of file restful_api.c.



rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sat Feb 13 2021 03:42:17