We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446bba4 commit a88d078Copy full SHA for a88d078
bin/util/index.js
@@ -1,7 +1,7 @@
1
const { Readable } = require('stream');
2
3
const isCommandline = (userAgent) => {
4
- return (userAgent.search(/curl|wget/i) !== -1);
+ return (userAgent.search(/curl|wget|httpie/i) !== -1);
5
};
6
7
const getStream = (req, res) => {
0 commit comments