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.0a20211019130751.tar.gz.
File metadata
- Download URL: ff-client-1.0.0a20211019130751.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eb34f34eb4decab71fafe85ed7f691450a3c4d61dad528458214856c423d4ea
|
|
| MD5 |
90329c3874d503635d88cfc969e5100a
|
|
| BLAKE2b-256 |
be048c50d55d74d7f0f1e89101a7c9fbd01479dd1c5352cc2a85bf5e626897b7
|