2018-07-03 06:57:41 -04:00
|
|
|
#ifndef __HTTPD_TESTS_H__
|
|
|
|
#define __HTTPD_TESTS_H__
|
|
|
|
|
2018-10-24 05:52:15 -04:00
|
|
|
#include <esp_http_server.h>
|
2018-07-03 06:57:41 -04:00
|
|
|
|
|
|
|
extern httpd_handle_t start_tests(void);
|
|
|
|
extern void stop_tests(httpd_handle_t hd);
|
|
|
|
|
|
|
|
#endif // __HTTPD_TESTS_H__
|