Package restkit :: Package client
[hide private]
[frames] | no frames]

Source Code for Package restkit.client

1  # -*- coding: utf-8 - 
2  # 
3  # This file is part of restkit released under the MIT license.  
4  # See the NOTICE for more information. 
5   
6  from restkit.client.response import HttpResponse 
7  from restkit.client.request import HttpRequest, MAX_FOLLOW_REDIRECTS, USER_AGENT 
8