Skip to main content

HTTP Client extension for Flask

Project description

flask_httpclient帮助文档

简介

对 requests 库进行包装,需要在 Flask 配置文件或对象创建时配置以下参数:

  • 请求URL: {config_prefix}_URL/base_url
  • 请求超时:{config_prefix}_TIMEOUT/timeout
  • 实例前缀:config_prefix
  • 重试次数:retry

安装

    pip install flask-httpclient

使用

    from flask_httpclient import HTTPClient

    http_client = HTTPClient(base_url='xxx',timeout=1, config_prefix='OPEN_API')

    # 创建 Flask 应用时集成扩展
    def create_app():
        app = Flask(__name__)
        http_client.init_app(app)

    # app 中使用
    resp = http_client.get('/users', params=params)

License

MIT

Project details


Download files

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

Source Distribution

Flask-HTTPClient-1.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

Flask_HTTPClient-1.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file Flask-HTTPClient-1.0.tar.gz.

File metadata

  • Download URL: Flask-HTTPClient-1.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.2 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.0

File hashes

Hashes for Flask-HTTPClient-1.0.tar.gz
Algorithm Hash digest
SHA256 e9c335333b7cc8c268b582686aed4c9325881de61a229ddd5097d1f1cae2539e
MD5 ea60cce7c3d3c71dc940b9ae2a4a4fb9
BLAKE2b-256 2e1cd8bfbb0f6834f3183c2398d2c4acb3951c7ca8c0934a599ade3c457394b3

See more details on using hashes here.

File details

Details for the file Flask_HTTPClient-1.0-py3-none-any.whl.

File metadata

  • Download URL: Flask_HTTPClient-1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.2 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.0

File hashes

Hashes for Flask_HTTPClient-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 95a44ca708be276a14832651d83e4e2f1ef1fb1abed86d083250dca9c678509a
MD5 4d831663308e7bb4a52483cb68761810
BLAKE2b-256 fc96d8623a1302d3a23e9db3016a24afab3fe9ab9297d52a344a1f67bc9533fe

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page