Pre-release
This release is a pre-release and may not be stable for production use.
FF Proxy - Python Client
FF includes a client library for use in Python projects.
Installation
The python package ff-client can be installed with pip:
pip install ff-client
See latest versions here
Usage
The FfClient class provides the ability to send a HTTP request string to an FF proxy:
from ff_client import FfClient, FfConfig, FfRequest
import logging
client = FfClient(
FfConfig(
ip_address='127.0.0.1',
port=8080,
pre_shared_key='testkey',
log_level=logging.DEBUG
)
)
client.send_request(
'''
GET / HTTP/1.1
Host: google.com
''',
https=True
)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ff-client-1.0.0a20200719225258.tar.gz.
File metadata
- Download URL: ff-client-1.0.0a20200719225258.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86bfa5d8923962a02048d807de7896c9c617a9737e9ab9b913a4710f4bb01fb4
|
|
| MD5 |
d0901379eeb414053554a76441f80007
|
|
| BLAKE2b-256 |
2a7e7fefb6da5472984656ec66330bfd62659d2acde3c7dd85faa7443086ba8e
|