File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ What you don't need to write:
22
22
23
23
## What is a Web Server?
24
24
25
- A web server is a piece of software that accepts HTTP requests (commonly GET
26
- requests for HTML pages), and returns responses (commonly HTML pages). Other
27
- common uses are GET requests for images within web pages, and POST requests to
28
- upload data to the server (e.g. a form submission or file upload).
25
+ A web server is a piece of software that accepts HTTP requests (e.g. GET
26
+ requests for HTML pages), and returns responses (e.g. HTML pages). Other common
27
+ uses are GET requests for getting data from RESTful API endpoints, images within
28
+ web pages, and POST requests to upload data to the server (e.g. a form
29
+ submission or file upload).
29
30
30
31
## General Information about Networking
31
32
You can’t perform that action at this time.
0 commit comments