Web Programming
Create applications for the web.
Uniform Resource Locations (URL)
TODO
Media Types (MIME)
Recipe | Crates | Categories |
---|---|---|
Get MIME type from string | ||
Get MIME type from filename | ||
Parse the MIME type of a HTTP response |
TODO
Scraping Web Pages
Recipe | Crates | Categories |
---|---|---|
Extract all links from a webpage HTML | ||
Check webpage for broken links | ||
Extract all unique links from a MediaWiki markup |
TODO
See also
Building a crawler in Rust: Design and Associated Types⮳
TODO: organize
TODO cover http crate
HTTP Types & Interfaces
The http
crate doesn't actually contain an HTTP implementation. Just types and interfaces to help interoperability.