Allow user to set a cap on the length of the response to prevent shipping huge files inadvertently.
Can take the form of a warning
> get [url]
[Warn] Resource length exceeds [size], do you wish to continue retrieving this resource [Y/n]? n
The request should still be allowed to pull headers, but not the full body content.
Allow user to set a cap on the length of the response to prevent shipping huge files inadvertently.
Can take the form of a warning
The request should still be allowed to pull headers, but not the full body content.