Package dev.relism.flash.http1


package dev.relism.flash.http1
  • Classes
    Class
    Description
    The HTTP/1.1 keep-alive request loop: parse โ†’ route โ†’ handle โ†’ respond, repeated until the connection closes.
    HTTP/1.1 keep-alive decision (RFC 9110 ยง7.6.1) and the shared Connection header token-list scanner both it and WebSocket upgrade detection need.
    Serializes a Response as an HTTP/1.1 message.