mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
requests.codes
This commit is contained in:
@@ -13,6 +13,7 @@ This module impliments the Requests API.
|
||||
|
||||
import config
|
||||
from .models import Request, Response, AuthManager, AuthObject, auth_manager
|
||||
from .status_codes import codes
|
||||
|
||||
|
||||
__all__ = ('request', 'get', 'head', 'post', 'patch', 'put', 'delete')
|
||||
|
||||
@@ -22,4 +22,5 @@ __copyright__ = 'Copyright 2011 Kenneth Reitz'
|
||||
from models import HTTPError, auth_manager
|
||||
from api import *
|
||||
from exceptions import *
|
||||
from status_codes import codes
|
||||
from config import settings
|
||||
Reference in New Issue
Block a user