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.0a20200402093915.tar.gz.
File metadata
- Download URL: ff-client-1.0.0a20200402093915.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35ed6600fdaf86c1cc61c6f40602086bd1a8cd5baf209e6af187f70c91a479ff
|
|
| MD5 |
3c7eae63761e4074b203311e30f0c535
|
|
| BLAKE2b-256 |
b5b2032b400734ca224db4b30ac85eda2b0d47c79a2342900bb9a568b8f4d3ab
|