• #dev 2024-06-15
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2024-06-15 UTC
# 17:25
[qubyte]
One nice thing I like to do with it is use content negotiation on the same endpoint. When called with a plain old GET request it can deliver batches of messages. When the request is made by `EventSource` the accept header indicates it wants SSE, so that’s what it gets.