Skip to main content

Client library for ff-proxy

Project description

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
)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ff-client-1.0.0a20200425021657.tar.gz (13.5 kB view details)

Uploaded Source

File details

Details for the file ff-client-1.0.0a20200425021657.tar.gz.

File metadata

  • Download URL: ff-client-1.0.0a20200425021657.tar.gz
  • Upload date:
  • Size: 13.5 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.45.0 CPython/3.7.7

File hashes

Hashes for ff-client-1.0.0a20200425021657.tar.gz
Algorithm Hash digest
SHA256 ee022d34afe0a8474e2c7e8c5595bdfab5df4bc28534d0d232fcf9ec0c4f0ab2
MD5 941472524f2f30a403633699599d9f39
BLAKE2b-256 252120360aa9a0bef5b7cf6f192ead571afbaf3404d82d7b07ba0931a5d31da9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page