mirror of
https://github.com/httpie/cli.git
synced 2026-06-20 11:32:56 +02:00
Cleanup
This commit is contained in:
@@ -15,12 +15,6 @@ JSON = 'application/json; charset=utf-8'
|
|||||||
DEFAULT_UA = 'HTTPie/%s' % __version__
|
DEFAULT_UA = 'HTTPie/%s' % __version__
|
||||||
|
|
||||||
|
|
||||||
class HTTPie(object):
|
|
||||||
|
|
||||||
def __init__(self, env, plugin_manager):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def get_response(args, config_dir):
|
def get_response(args, config_dir):
|
||||||
"""Send the request and return a `request.Response`."""
|
"""Send the request and return a `request.Response`."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user