0.0.9 • Published 8 years ago

sails-hook-request-info v0.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

sails-hook-request-info

Request info hook for Sails JS

Installation

run npm install sails-hook-request-info in your sails appliaction

Log format

FieldFormatExtract from the example above
1Request user-agentMozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5)
2Request refererreferer:http://localhost:8002/
3Request x-forwarded-for::1
4Request methodGET
5Request url/api/v1/userAutoshow/getUserCount
6Http versionHTTP/1.1
7Response status code200
8Response sizeresponse size : 621B
9Response timetime 321ms

Example

after installation complete, you will see request info in your terminal

like this :

Response status code is 2xx

info: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "referer:http://localhost:8002/" "::1 GET /api/v1/userAutoshow/getUserCount HTTP/1.1 200" response size : 621B need time 321ms

Response status code is 4xx or 5xx

error: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "referer:" "::1 GET /sdfdsf HTTP/1.1 404" response size : 6.68kB need time 71ms.

Request is caching in client's browser (response size is -1)

info: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "referer:http://localhost:8002/" "::1 GET /api/v1/userAutoshow/getUserCount HTTP/1.1 304" response size : -1 need time 368ms.

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago