Skip to content

rickgrammer/httpcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpcodes

Http codes is a minimal package the literally maps the status-message to a status-code. The only use-case of this package is to increase readability in your code.

Installing

Install and update using pip:

pip install -U httpcodes

A Simple Example

import httpcodes

print(httpcodes.OK) print(httpcodes.NOT_FOUND) print(httpcodes.IM_A_TEAPOT)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages