- Creative Projects for Rust Programmers
- Carlo Milanesi
- 141字
- 2021-06-18 19:01:59
Technical requirements
To easily understand this chapter, you should have beginner knowledge of HTTP. The required concepts are as follows:
- Uniform Resource Identifiers (URIs)
- Methods (such as GET)
- Headers
- Body
- Content type (such as plain/text)
- Status code (such as Not Found=404)
Before starting the projects in this chapter, a generic HTTP client should be installed on your computer. The tool used in the examples is the command-line tool curl, freely available for many operating systems. The official download page is https://curl.haxx.se/download.html. In particular, the page for Microsoft Windows is https://curl.haxx.se/windows/.
Alternatively, you can use one of the several good, free web-browser utilities, such as Advanced REST Client for Chrome, or RESTED and RESTer for Firefox.
The complete source code for this chapter is in the Chapter03 folder of the repository, located at https://github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers.
- 大學計算機基礎(第二版)
- Vue.js 3.x快速入門
- Google Flutter Mobile Development Quick Start Guide
- Java面向對象思想與程序設計
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Mastering Concurrency in Go
- Mastering OpenCV 4
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 游戲程序設計教程
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Procedural Content Generation for C++ Game Development
- Go語言編程
- App Inventor 2 Essentials
- Mastering SciPy
- Oracle SOA Suite 12c Administrator's Guide