You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RESTinio's easy_parser used in restinio::http_field_parsers doesn't contain debugging facilities (and it's an open question can such facilities be added). So the debugging of PEG parsers is not an easy task.
A simple helper debug_print was very useful in the implementation of parser for Host HTTP-field. Its source code can be found here:
RESTinio's easy_parser used in
restinio::http_field_parsers
doesn't contain debugging facilities (and it's an open question can such facilities be added). So the debugging of PEG parsers is not an easy task.A simple helper debug_print was very useful in the implementation of parser for Host HTTP-field. Its source code can be found here:
restinio/dev/restinio/helpers/http_field_parsers/host.hpp
Lines 212 to 227 in 3a3e4bf
Maybe debug_print should become a part of easy_parser?
The text was updated successfully, but these errors were encountered: