Thanks to visit codestin.com Credit goes to github.com
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 9ed4fb0 commit 9d38b5bCopy full SHA for 9d38b5b
week1/README.md
@@ -53,10 +53,12 @@ _estimated time: 4-6 hours_
53
54
## Importing modules using `require`
55
56
-[Node.js Modules](https://nodejs.org/docs/latest-v8.x/api/modules.html)
+[Node.js modules](https://nodejs.org/docs/latest-v8.x/api/modules.html)
57
58
## Building an HTTP server using built-in `http` module
59
60
+[`http` module documentation](https://nodejs.org/docs/latest-v8.x/api/http.html)
61
+
62
[HTTP request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods)
63
64
[HTTP response status codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
0 commit comments