Documentation
Complete reference for all available HTTP testing utilities and Fastly-specific features.
🔧 HTTP Utilities
🗂️ Cache Control Headers
Simulate origin server responses with configurable cache-control and HTTP headers.
/utilities/cache-control-headers/
View Documentation
🍪 Set Cookies
Creates three test cookies with different paths and expiration times.
/utilities/set-cookies
View Documentation
📋 Log Request Headers
Echoes back all incoming request headers for debugging and inspection.
/utilities/log-request-headers
View Documentation
⏱️ Delay Response
Introduces an artificial delay before responding (0-30s, or 300s/600s).
/utilities/delay/{'{seconds}'}
View Documentation