summaryrefslogtreecommitdiffstats
path: root/src/HTTPParser.py
Commit message (Collapse)AuthorAgeFilesLines
* Add HTTP parser supportAlvaro Neira Ayuso2020-01-191-0/+54
The new OpenGnsys support to communicate server and client side will be HTTP. This new class allows us the support for parsing all the message received from the server in HTTP format.