Skip to content

Commit 15d50eb

Browse files
authored
Update ch05.1-http-verbs-versioning-http1_1.md
1 parent 0cae05c commit 15d50eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/ch05.1-http-verbs-versioning-http1_1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Our focus of this chapter will be the first two lines of the request:
3131
> Host: localhost:3000
3232
```
3333
34-
This starts with `GET` which is a **HTTP method** or commonly called as HTTP verb, because they describe the action. These HTTP methods are an essential part of the communication process between client applications, such as web browsers, and web servers. They provide a structured and standardized way for client applications to interact with web servers, ensuring that communication is clear and concise.
34+
This starts with `GET` which is a **HTTP method** or commonly called as HTTP verb, because they describe an action. These HTTP methods are an essential part of the communication process between client applications, such as web browsers, and web servers. They provide a structured and standardized way for client applications to interact with web servers, ensuring that communication is clear and concise.
3535
3636
HTTP methods offer a set of instructions for the server to carry out, which can include retrieving a resource, submitting data, or deleting a resource. These methods are essential for ensuring that client applications can perform a variety of tasks in a streamlined and efficient way.
3737

0 commit comments

Comments
 (0)