Skip to content

akokam/httpbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpbin

A model-based, modern python client implementation for httpbin.org as an example

Usage

import httpbin


config = httpbin.Config(base_url="https://httpbin.org")
client = httpbin.Client(config)

try:
    get_response = client.get()
except httpbin.ClientError as e:
    print(e)

...

About

A basic, modern python client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages