Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Error API

This simple project made for web developers who need to test their apps about correct error handling.

How to use that?

Just make a request in format like http://httpme.tk/<status_code>. HTTPS is also supported!

Python example:

from requests import get


get('http://httpme.tk/200')  # <Response [200]>
get('http://httpme.tk/401')  # <Response [401]>
get('http://httpme.tk/404')  # <Response [404]>
get('http://httpme.tk/500')  # <Response [500]>

Go to httpme.tk for more details.

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages