- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 93字
- 2021-06-24 17:04:22
GET
A GET method fetches the given resource from the server. To specify a resource, GET uses a few types of URI queries:
- Query parameters
- Path-based parameters
In case you didn't know, most of your browsing of the web is done by performing a GET request to the server. For example, if you type www.google.com, you are actually making a GET request to fetch the search page. Here, your browser is the client and Google's web server is the backend implementer of web services. A successful GET operation returns a 200 status code.
推薦閱讀
- Learning Cython Programming
- 微服務與事件驅動架構
- Manga Studio Ex 5 Cookbook
- MATLAB圖像處理超級學習手冊
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 教孩子學編程:C++入門圖解
- Amazon S3 Cookbook
- Java項目實戰精編
- VMware虛擬化技術
- Mastering JavaScript Design Patterns(Second Edition)
- C++反匯編與逆向分析技術揭秘(第2版)
- 匯編語言編程基礎:基于LoongArch
- Swift 4從零到精通iOS開發
- 零基礎學HTML+CSS
- Learning Jakarta Struts 1.2: a concise and practical tutorial