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.
2 parents 446bba4 + a88d078 commit 92f1b19Copy full SHA for 92f1b19
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