An open API service indexing awesome lists of open source software.

https://github.com/paebbels/pyhttpinterface

An interface for HTTP Requests and Responses.
https://github.com/paebbels/pyhttpinterface

http http-requests interface python3 request-response

Last synced: about 1 year ago
JSON representation

An interface for HTTP Requests and Responses.

Awesome Lists containing this project

README

          

[![PyPI - License](https://img.shields.io/pypi/l/pyHTTPInterface?logo=PyPI)](LICENSE.md)
[![GitHub tag (latest SemVer incl. pre-release)](https://img.shields.io/github/v/tag/Paebbels/pyHTTPInterface?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyHTTPInterface/tags)
[![GitHub release (latest SemVer incl. including pre-releases)](https://img.shields.io/github/v/release/Paebbels/pyHTTPInterface?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyHTTPInterface/releases/latest)
[![GitHub release date](https://img.shields.io/github/release-date/Paebbels/pyHTTPInterface?logo=GitHub&)](https://github.com/Paebbels/pyHTTPInterface/releases)
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyHTTPInterface)](https://libraries.io/github/Paebbels/pyHTTPInterface)
[![Requires.io](https://img.shields.io/requires/github/Paebbels/pyHTTPInterface)](https://requires.io/github/Paebbels/pyHTTPInterface/requirements/?branch=master)
[![Travis](https://img.shields.io/travis/com/Paebbels/pyHTTPInterface?logo=Travis)](https://travis-ci.com/Paebbels/pyHTTPInterface)
[![PyPI](https://img.shields.io/pypi/v/pyHTTPInterface?logo=PyPI)](https://pypi.org/project/pyHTTPInterface/)
![PyPI - Status](https://img.shields.io/pypi/status/pyHTTPInterface?logo=PyPI)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyHTTPInterface?logo=PyPI)
[![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/pypi/pyHTTPInterface)](https://github.com/Paebbels/pyHTTPInterface/network/dependents)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d6f361ad42e3470b9a3148bf1f9f8ea9)](https://www.codacy.com/manual/Paebbels/pyHTTPInterface)
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyHTTPInterface)](https://libraries.io/github/Paebbels/pyHTTPInterface/sourcerank)
[![Read the Docs](https://img.shields.io/readthedocs/pyhttpinterface)](https://pyHTTPInterface.readthedocs.io/en/latest/)

# pyHTTPInterface

An interface for HTTP Requests and Responses.

## Contributors

* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)

## License

This library is licensed under [Apache License 2.0](LICENSE.md)

-------------------------

SPDX-License-Identifier: Apache-2.0