File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,24 @@ A simple web listener that logs complete HTTP requests for inspection.
6
6
Usage
7
7
-----
8
8
9
+ [ ![ Deploy to Heroku] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy )
10
+
11
+ Once deployed, follow the Heroku app logs using the [ CLI] ( https://devcenter.heroku.com/articles/heroku-cli ) to inspect incoming requests:
12
+
13
+ ``` bash
14
+ heroku logs --tail --app $APP_NAME
15
+ ```
16
+
17
+ ### Local Usage
18
+
9
19
Clone this repo, then inside of it:
10
20
11
21
```
12
22
npm install
13
- npm start
23
+ PORT=3333 npm start
14
24
```
15
25
16
- Then, watch the output as requests arrive :
26
+ Then, watch the output to inspect incoming requests :
17
27
18
28
```
19
29
> reqinspeq@1.0.0 start /Users/mars.hall/Projects/reqinspeq
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " reqinspeq" ,
3
+ "description" : " A simple web listener that logs complete HTTP requests for inspection" ,
4
+ "keywords" : [
5
+ " http" ,
6
+ " debug" ,
7
+ " tools"
8
+ ],
9
+ "repository" : " https://github.com/mars/reqinspeq.git"
10
+ }
You can’t perform that action at this time.
0 commit comments