esp32-http-server icon indicating copy to clipboard operation
esp32-http-server copied to clipboard

Fixed http_request_get_arg_value while saving key-value pairs from request body;

Open tmedicci opened this issue 7 years ago • 0 comments

Due to the http_ctx of the parse_urlencoded_args function, the http_request_get_arg_value was not saving the parsed key-value pairs from the body of the request.

tmedicci avatar Feb 05 '18 18:02 tmedicci