gitextract_r8qt4w87/ ├── .gitignore ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── examples/ │ ├── everything.http │ ├── get.http │ ├── loop.http │ └── test_cookie_and_post.http ├── grammar.txt ├── httplang/ │ ├── __init__.py │ ├── evaluate.py │ ├── global_data.py │ ├── make_request.py │ ├── parse.py │ ├── test.httpl │ └── tokenize.py ├── httplang.py ├── requirements.txt ├── setup.py └── test.httpl