In this chapter, we will cover the following recipes:
- Treating JSONβhow to parse and write JSON objects
- Parsing URLsβhow to parse the path, query, and other parts of a URL
- Consuming HTTPβhow to read data from an HTTP endpoint
- Submitting forms to HTTPβhow to POST HTML forms to an HTTP endpoint
- Building HTMLβhow to generate HTML with proper escaping
- Serving HTTPβserving dynamic content over HTTP
- Serving static filesβhow to serve static files over HTTP
- Errors in web applicationsβhow to report errors in web applications
- Handling forms and filesβparsing data received from HTML forms and uploaded files
- REST APIβserving a basic REST/JSON API
- Handling cookiesβhow to handle cookies to identify a returning user