- 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.
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Python自動化運維快速入門
- PHP網絡編程學習筆記
- HTML5 and CSS3 Transition,Transformation,and Animation
- Flux Architecture
- Ext JS 4 Web Application Development Cookbook
- Android Native Development Kit Cookbook
- Flutter跨平臺開發入門與實戰
- Android程序設計基礎
- C++面向對象程序設計習題解答與上機指導(第三版)
- 鴻蒙OS應用編程實戰
- Nagios Core Administration Cookbook(Second Edition)
- Kotlin極簡教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Learning Nessus for Penetration Testing