- Creative Projects for Rust Programmers
- Carlo Milanesi
- 130字
- 2021-06-18 19:02:01
Questions
- According to the REST principles, what are the meanings of the GET, PUT, POST, and DELETE HTTP methods?
- Which command-line tool can be used to test a web service?
- How can a request handler retrieve the value of URI parameters?
- How can the content type of an HTTP response be specified?
- How can a unique file name be generated?
- Why do services that have a stateless API need to manage a state?
- Why must the state of a service be encapsulated in a Data and a Mutex object?
- Why may asynchronous processing be useful in a web service?
- What is the purpose of the and_then function of futures?
- Which crates are useful to compose an HTTP response in JSON format?
推薦閱讀
- C語言程序設(shè)計(jì)(第2 版)
- Learning Firefox OS Application Development
- HTML5入門經(jīng)典
- C#程序設(shè)計(jì)
- ExtJS高級(jí)程序設(shè)計(jì)
- 動(dòng)手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- 深入實(shí)踐Kotlin元編程
- Flask Web開發(fā):基于Python的Web應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- R語言數(shù)據(jù)挖掘:實(shí)用項(xiàng)目解析
- 數(shù)據(jù)科學(xué)中的實(shí)用統(tǒng)計(jì)學(xué)(第2版)
- jQuery Mobile Web Development Essentials(Second Edition)
- 軟件測(cè)試技術(shù)
- Processing開發(fā)實(shí)戰(zhàn)
- ASP.NET Core 2 High Performance(Second Edition)