1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-01-05 22:53:47 +02:00

Add python:httptools

This commit is contained in:
Gregory Petukhov 2019-12-25 08:16:09 +03:00 committed by GitHub
parent 1fd2b9c46d
commit f26b8691f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,7 @@ Libraries for parsing and manipulating specific text formats.
### Structured Formats : HTTP
* [http-parser](https://github.com/benoitc/http-parser) - HTTP request/response parser for python in C
* [httptools](https://github.com/MagicStack/httptools) - a Python binding for nodejs HTTP parser
### Structured Formats : Microformats