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 9d935da commit d5c65b0Copy full SHA for d5c65b0
developing/examples/webapp/assignment2.md
@@ -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
0 commit comments