Hi,
Is possible add shell mode in this project ?
for example I have one Url and I want test many query and check result .
For Example:
trurl --url https://example.com -sh
command -sh is going to shell mode.
and we can edit url and request.
for example replace the host name:
example.com >> set host=test.com
test.com >>
or get port and path:
test.com >> get {port}
443
and after this change and check request:
test.com >> sendReq
Not Found.
test.com >>
we can use all feature curl and trurl for url.
Hi,
Is possible add shell mode in this project ?
for example I have one Url and I want test many query and check result .
For Example:
command
-shis going to shell mode.and we can edit url and request.
for example replace the host name:
or get port and path:
test.com >> get {port} 443and after this change and check request:
we can use all feature curl and trurl for url.