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 7bc33ae commit 4e349aaCopy full SHA for 4e349aa
lib/server.js
@@ -33,7 +33,7 @@ function server (options = {}) {
33
body
34
} = req
35
36
- let message = `${c.orange(method)} ${c.green(path)}${colorQuery(query)}`
+ let message = `${c.blue(req.ip)} => ${c.orange(method)} ${c.green(path)}${colorQuery(query)}`
37
38
console.log(message)
39
console.verbose(
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@buzuli/httpbin",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "HTTP testing server",
5
"bin": {
6
"httpbin": "./bin/httpbin.js"
0 commit comments