Nirum HTTP transport for Python
Project description
Nirum HTTP transport for Python
This package provides an HTTP transport for nirum-python.
from youtservice import YourService_Client
from nirum_http import HttpTransport
transport = HttpTransport('https://service-host/')
client = YourService_Client(transport)
Since HttpTransport utilizes requests library under the hood, it can take a session object as well:
from requests import Session
session = Session()
session.auth = ('user', 'password')
transport = HttpTransport('https://service-host/', session=session)
Changelog
Version 0.1.1
Released on August 3, 2017.
Fixed a bug that message of UnexpectedNirumResponseError was not a str but unicode in Python 2.
Version 0.1.0
Released on July 10, 2017.
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
nirum-http-0.1.1.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for nirum_http-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dade2bac34c24ad9bfaa85ab4f74373460bdb4d037b99f0bd838c41c45daf0e |
|
MD5 | 58c5d94c144105ecfa08f83cfe99c942 |
|
BLAKE2b-256 | 6672288f734372b5f52dcb102089b9de2d724d713b34c5428e15d7b34bf97d53 |