Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Request-Response cycle
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Matt Yoho
April 09, 2012
Programming
5
190
Request-Response cycle
Rails request response cycle
Matt Yoho
April 09, 2012
Tweet
Share
More Decks by Matt Yoho
See All by Matt Yoho
Working with Git and GitHub
mattyoho
4
310
Qualitative Analysis of Algorithms
mattyoho
5
430
Metaprogramming Ruby
mattyoho
19
690
Exploiting The Resource Idiom
mattyoho
2
410
testing revisited - outside-in
mattyoho
1
120
shared_auth.pdf
mattyoho
0
2.3k
background job patterns
mattyoho
2
510
Intro to Rest
mattyoho
6
590
Other Decks in Programming
See All in Programming
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
490
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
500
FOSDEM 2026: STUNMESH-go: Building P2P WireGuard Mesh Without Self-Hosted Infrastructure
tjjh89017
0
200
NOT A HOTEL - 建築や人と融合し、自由を創り出すソフトウェア
not_a_hokuts
2
480
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
270
Premier Disciplin for Micro Frontends Multi Version/ Framework Scenarios @OOP 2026, Munic
manfredsteyer
PRO
0
200
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
720
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
9
4.1k
AHC061解説
shun_pi
0
260
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
200
登壇資料を作る時に意識していること #登壇資料_findy
konifar
4
2k
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
120
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
GitHub's CSS Performance
jonrohan
1032
470k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
970
A better future with KSS
kneath
240
18k
Music & Morning Musume
bryan
47
7.1k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
The Limits of Empathy - UXLibs8
cassininazir
1
240
Context Engineering - Making Every Token Count
addyosmani
9
720
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Transcript
Request -> Response Cycle Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Monday, April 9,
12
Models Views Controllers Routes Request-response cycle Client Maps URI to
action Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Interacts with HTTP,
performs action Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Show, change, or
remove some resource Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Return resource to
be displayed Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Construct representation of
the resource Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Construct representation of
the resource Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Return it to
the client over HTTP Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Webpage! Monday, April
9, 12