mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-10 01:08:05 +01:00
Merge branch 'logging2' into logging3
# Conflicts: # src/httpserver/new_http.c # src/user_main.c
This commit is contained in:
@@ -40,6 +40,9 @@ void http_setup(http_request_t *request, const char *type);
|
||||
int poststr(http_request_t *request, const char *str);
|
||||
void misc_formatUpTimeString(int totalSeconds, char *o);
|
||||
|
||||
// poststr with format - for results LESS THAN 128
|
||||
int hprintf128(http_request_t *request, const char *fmt, ...);
|
||||
|
||||
enum {
|
||||
HTTP_ANY = -1,
|
||||
HTTP_GET = 0,
|
||||
|
||||
Reference in New Issue
Block a user