Tagged articles
2 articles
Page 1 of 1
php Courses
php Courses
Oct 17, 2024 · Backend Development

Understanding Laravel Request/Response Lifecycle

This guide explains Laravel's request/response lifecycle step by step, covering user requests, web server handling, routing, middleware security, controller processing, view rendering, and lifecycle hooks, enabling developers to build efficient, secure, and scalable backend applications.

Request Lifecyclerouting
0 likes · 9 min read
Understanding Laravel Request/Response Lifecycle
MaGe Linux Operations
MaGe Linux Operations
Jan 30, 2024 · Backend Development

How Does Envoy Proxy Process a Request? A Deep Dive into Its Lifecycle

This article walks through the complete lifecycle of a request handled by Envoy, covering terminology, network topology, configuration details, listener and filter chain processing, TLS transport sockets, HTTP/2 encoding/decoding, routing, load balancing, and post‑request cleanup, illustrated with diagrams and sample YAML configuration.

EnvoyProxyRequest Lifecycle
0 likes · 24 min read
How Does Envoy Proxy Process a Request? A Deep Dive into Its Lifecycle