As we are discussing here, i am pretty much interested in start contributing to those open source projects (prime_server and valhalla).
As mentioned by @kevinkreiser the points to cover would be:
To start the first task, what would be the files that i need to put more focus to understand?
Should that configuration be passed to the server constructor like as follows ?
http_server_t server(context, server_endpoint, proxy_endpoint, server_result_loopback, server_request_interrupt, log, max_request_size_bytes, request_timeout_seconds, health_check_matcher, health_check_response, <NEW_CONFIG>);