#include "globals.h"
#include "stdint.h"
Go to the source code of this file.
Data Structures | |
struct | http_parser |
Defines | |
#define | HTTPD_ENABLE 1 |
#define | HTTP_PARSER_COUNT 3 |
#define | HTTP_ADDR_PARSER 1 |
#define | HTTP_NL_PARSER 2 |
Enumerations | |
enum | http_state_t { HTTP_STAT_ADDR, HTTP_STAT_GOTONL, HTTP_STAT_200, HTTP_STAT_501, HTTP_STAT_404, HTTP_STAT_CLOSE } |
Functions | |
void | httpd_start (void) |
void | httpd_check (void) |
enum http_state_t |
void httpd_check | ( | void | ) |
void httpd_start | ( | void | ) |