Skip to content

Commit 47dee00

Browse files
author
Beej Jorgensen
committed
add GET clarification
1 parent 2deb0ef commit 47dee00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ What you don't need to write:
2222

2323
## What is a Web Server?
2424

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).
2930

3031
## General Information about Networking
3132

0 commit comments

Comments
 (0)