- Mastering Google App Engine
- Mohsin Shafique Hijazee
- 138字
- 2021-07-09 21:46:36
Chapter 2. Handling Web Requests
Now that you understand the runtime environment of Google App Engine quite well, how it deals with an incoming web requests, and how they are handed over to your application, it's time to divert our attention to the most important aspect of web application development—handling and responding to web requests. In this chapter, we will have a look at how to handle web requests from an application that is deployed on Google App Engine. We will study the two main modes of web request handling and then focus on how to render templates, serve static files, and finally, how to use web frameworks.
In this chapter, we will cover the following topics:
- The CGI and WSGI way of request handling
- Rendering templates
- Serving static files
- Working with web frameworks
推薦閱讀
- JavaScript修煉之道
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- CentOS 7 Server Deployment Cookbook
- 深入淺出Spring Boot 2.x
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Learn WebAssembly
- Amazon S3 Cookbook
- 批調(diào)度與網(wǎng)絡(luò)問題的組合算法
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- RubyMotion iOS Develoment Essentials
- 交互設(shè)計(jì)師成長手冊:從零開始學(xué)交互
- 樹莓派開發(fā)從零開始學(xué):超好玩的智能小硬件制作書
- 亮劍C#項(xiàng)目開發(fā)案例導(dǎo)航
- Instant JRebel
- C#程序開發(fā)教程