Skip to content

Commit d5c65b0

Browse files
committed
Add the second assignment to implement storing requests
[refs #efdf2821ab7f]
1 parent 9d935da commit d5c65b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Store requests
2+
* Log HTTP requests that the webapp receives
3+
* Object / data structure
4+
* Log requests into a file: `/tmp/requests.txt`
5+
* IP-address of the client
6+
* Needs to be extracted from the request
7+
* Path
8+
* Should be extracted from the request
9+
* Should always be `/`
10+
* Hostname of the container
11+
* Method or function call
12+
* Via a shell command: `hostname`
13+
* Timestamp
14+
* Method or function call

0 commit comments

Comments
 (0)