book
book copied to clipboard
update webserver source summaries
Update the two source summaries for the webserver chapter.
Ref: https://doc.rust-lang.org/stable/book/ch20-03-graceful-shutdown-and-cleanup.html
- Listing 20-25
- Source summary of
src/main.rs(src/lib.rsmatches the exercises)
The two summaries are out-of-date. They don't use match or BufReader.
After working through the examples to build a webserver, the final code should look like this.