You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/ch05.1-http-verbs-versioning-http1_1.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Our focus of this chapter will be the first two lines of the request:
31
31
> Host: localhost:3000
32
32
```
33
33
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.
35
35
36
36
HTTP methods offer a set of instructions forthe 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 tasksin a streamlined and efficient way.
0 commit comments