GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

HTTP Request / Response

All web applications follow the same Request / Response cycle when serving content to browsers or mobile applications. It is important to understand the underlying principles of this cycle and exactly how web requests are handled by a web server. You should review the reference material below to understand the anatomy of requests and how servers prepare responses and be comfortable articulating how this cycle works.

Goals/Objectives/Outcomes

Reference Material

Measures of Success