refactor(control_plane,domain): split oversized print and protocol modules
This commit is contained in:
@@ -16,6 +16,14 @@ bool rest_server_parse_uri_u32_tail(const char *uri, uint32_t *out_value);
|
||||
esp_err_t rest_server_base64_decode_alloc(const char *b64, uint8_t **out_raw, size_t *out_len);
|
||||
void rest_server_appendf(char *dst, size_t cap, size_t *offset, const char *fmt, ...);
|
||||
bool rest_server_json_bool_with_default(cJSON *item, bool default_value);
|
||||
esp_err_t rest_server_print_submit_raster_job_and_reply(httpd_req_t *req,
|
||||
const uint8_t *raw,
|
||||
size_t raw_len,
|
||||
uint16_t width,
|
||||
uint16_t height,
|
||||
const char *density,
|
||||
const char *warning,
|
||||
const char *trace_id);
|
||||
|
||||
esp_err_t rest_server_health_get(httpd_req_t *req);
|
||||
esp_err_t rest_server_connect_post(httpd_req_t *req);
|
||||
|
||||
Reference in New Issue
Block a user