- 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.
- Java多線程編程實戰(zhàn)指南:設(shè)計模式篇(第2版)
- Objective-C Memory Management Essentials
- Delphi程序設(shè)計基礎(chǔ):教程、實驗、習(xí)題
- 深入淺出Spring Boot 2.x
- Reactive Programming with Swift
- SEO實戰(zhàn)密碼
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- 低代碼平臺開發(fā)實踐:基于React
- ElasticSearch Cookbook(Second Edition)
- Hadoop 2.X HDFS源碼剖析
- Zabbix Performance Tuning
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Mudbox 2013 Cookbook
- Python趣味創(chuàng)意編程