Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dewere/fenikss-parser
Blazing fast HTTP request parsing library!
https://github.com/dewere/fenikss-parser
Last synced: 11 days ago
JSON representation
Blazing fast HTTP request parsing library!
- Host: GitHub
- URL: https://github.com/dewere/fenikss-parser
- Owner: dewere
- License: mit
- Created: 2019-10-05T20:23:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T20:45:14.000Z (about 5 years ago)
- Last Synced: 2024-10-28T23:36:30.514Z (15 days ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - fenikss-parser - Blazing fast HTTP request parsing library! (Python)
README
# Fenikss Parse
Fenikss Parse - blazing fast HTTP request parsing library.
## Installation
`pip install fenikss-parse`
## Usage
Usage is very-very simple:
**URL parser:**
```python
from fenikss_parse import parse_url
URL = ...
result = parse_url(URL)
```**Request parser:**
```python
from fenikss_parse import parse_request
REQUEST = ...
result = parse_request(REQUEST, '127.0.0.1:81762')
```## Post Scriptum
Please, mention project with full name ("Fenikss Parse"), thanks.
## License
MIT.