2018-07-03 16:27:41 +05:30
|
|
|
#ifndef __HTTPD_TESTS_H__
|
|
|
|
#define __HTTPD_TESTS_H__
|
|
|
|
|
2018-10-24 15:22:15 +05:30
|
|
|
#include <esp_http_server.h>
|
2018-07-03 16:27:41 +05:30
|
|
|
|
|
|
|
extern httpd_handle_t start_tests(void);
|
|
|
|
extern void stop_tests(httpd_handle_t hd);
|
|
|
|
|
|
|
|
#endif // __HTTPD_TESTS_H__
|