aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/http.py
Commit message (Expand)AuthorAgeFilesLines
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-12/+12
* adjust to new netlib headersMaximilian Hils2015-09-051-3/+3
* use netlib http semanticsThomas Kriechbaumer2015-07-301-0/+3
* use new netlib module namesThomas Kriechbaumer2015-07-221-4/+4
* use websockets protocolThomas Kriechbaumer2015-07-221-2/+2
* http2: implement more language featuresThomas Kriechbaumer2015-06-251-7/+5
* fix prospector code smellsThomas Kriechbaumer2015-06-181-6/+6
* http2: add request-response to pathodThomas Kriechbaumer2015-06-151-5/+1
* Clarify nomenclature, complete nested frame language spec.Aldo Cortesi2015-06-041-37/+10
* Add coding style check, reformat.Aldo Cortesi2015-05-301-3/+4
* HTTP and websocket requests now have an xN clause to repeatAldo Cortesi2015-05-171-0/+9
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-171-0/+3
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-1/+1
* websockets: code specificationAldo Cortesi2015-05-031-8/+8
* PreValue -> ValueAldo Cortesi2015-05-031-5/+5
* Clarify token/component split through namingAldo Cortesi2015-05-031-20/+20
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-1/+1
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-031-2/+34
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-031-9/+11
* Split out language messages and actionsAldo Cortesi2015-05-031-9/+14
* Revamp header components in languageAldo Cortesi2015-05-021-13/+60
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-021-12/+28
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-12/+41
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-0/+267