←back to thread

532 points tempaccount420 | 1 comments | | HN request time: 0.217s | source
Show context
temp0826 ◴[] No.45396500[source]
I don't know why it makes me a little sad that every application layer protocol is being absorbed into http.
replies(9): >>45396579 #>>45396700 #>>45396749 #>>45396886 #>>45396904 #>>45398062 #>>45398924 #>>45400059 #>>45421671 #
xg15 ◴[] No.45396700[source]
If this were really the case, it would indeed be sad, as the standard HTTP request/response model is both too restrictive and too overengineered for many usecases.

But both HTTP/2 and QUIC (the "transport layer" of HTTP/3) are so general-purpose that I'm not sure the HTTP part really has a lot of meaning anymore. At least QUIC is relatively openly promoted as an alternative to TCP, with HTTP its primary usecase.

replies(1): >>45397119 #
1. singpolyma3 ◴[] No.45397119[source]
Indeed. "Using quic with a handshake that smells like http3" is hardly "using http" imo