Procster  0.1
Procster-ViewProcessesovertheweb
Todo List
Global list2str (char **list, char buf[], int size)
Pass buffer size
Global parse_no_state (c)
: Name parsing_* instead of parse_* (?)
Global proc_list_json (int flags)

Make process attibutes more configurable. Possibly corralate fields to generate to flags passed as input (need lookup tables for those).

Possibly wrap response with additional JSON object to be able to convey status and error messages.

Global proc_to_json (proc_t *proc, char *cmdline)
See https://groups.google.com/g/jansson-users/c/xD8QLQF3ex8 and the need to use json_object_set_new()
Global req_trystatic (request *req, response *res)
: Check suffix and try to map to appropriate mime-type
Global send_page (struct MHD_Connection *connection, const char *page, int status_code)
Add len for binary data (allow -1 to measure string)
Global trystatic (const char *url)
: Check suffix and try to map to appropriate mime-type