This header file belongs to the http_demon.c file.
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <microhttpd.h>
#include <sys/types.h>
#include <sys/select.h>
#include <netinet/in.h>
#include "rssi_list.h"
Go to the source code of this file.
|
int | answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **con_cls) |
| answer to the mapserver Http request More...
|
|
This header file belongs to the http_demon.c file.
- Author
- Zeufack Arnel - Member of an LO53 group-project (Other Members: TONY DUONG - YVON MBOUGUEM - JOEL WABO)
- Date
- 15 Juin 2016
It describes the prototypes of the functions used in http_deamon.c
int answer_to_connection |
( |
void * |
cls, |
|
|
struct MHD_Connection * |
connection, |
|
|
const char * |
url, |
|
|
const char * |
method, |
|
|
const char * |
version, |
|
|
const char * |
upload_data, |
|
|
size_t * |
upload_data_size, |
|
|
void ** |
con_cls |
|
) |
| |
answer to the mapserver Http request
- Returns
- it returns an integer providing the status of the response
- Parameters
-
parameters | it took many usefuls parameters as it's recommended in the microhttp library documentation |