mirror of
https://github.com/httpie/cli.git
synced 2025-01-28 00:08:46 +01:00
Cleanup
This commit is contained in:
parent
87774acf5c
commit
2265edf05e
@ -15,12 +15,6 @@ JSON = 'application/json; charset=utf-8'
|
||||
DEFAULT_UA = 'HTTPie/%s' % __version__
|
||||
|
||||
|
||||
class HTTPie(object):
|
||||
|
||||
def __init__(self, env, plugin_manager):
|
||||
pass
|
||||
|
||||
|
||||
def get_response(args, config_dir):
|
||||
"""Send the request and return a `request.Response`."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user