None
FI
HTTPWTF
[]
HTTP Toolkit
If you send a response including a Cache-Control: no-store header, nobody will ever cache the response, and it'll come fresh from the server every time. Using HTTP 103, a server can send some headers early, before fully handling the request and sending the rest of the response. This is designed to stop caching proxies accidentally reusing websocket responses that they don't understand, by requiring the response to include a header that matches the client header.