HttpShell
HttpShell copied to clipboard
An interactive shell for issuing HTTP commands to a web server or REST API.
Results
1
HttpShell issues
Sort by
recently updated
recently updated
newest added
I have slightly altered the setup file and runner script in order to make the HttpShell embeddable into other applications, like this: ``` from httpshell import repl def run_httpshell(port=5000): server...