Skip to content

Commit 4e349aa

Browse files
committed
feat: commited changes for version 1.4.0
1 parent 7bc33ae commit 4e349aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function server (options = {}) {
3333
body
3434
} = req
3535

36-
let message = `${c.orange(method)} ${c.green(path)}${colorQuery(query)}`
36+
let message = `${c.blue(req.ip)} => ${c.orange(method)} ${c.green(path)}${colorQuery(query)}`
3737

3838
console.log(message)
3939
console.verbose(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buzuli/httpbin",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "HTTP testing server",
55
"bin": {
66
"httpbin": "./bin/httpbin.js"

0 commit comments

Comments
 (0)