mleku @mleku - 18d
#realy #devstr #progressreport i am adding some new features to the HTTP api now on request, using the new binary event codec for the `/events` endpoint you will be able to set an Accept header to `application/x-realy-event` and it will send a stream of binary encoded events, and with the functions i wrote for unmarshaling them, you can just throw the http body reader on it and keep calling it until it gets an `io.EOF` error meaning the transmission is complete it will also send an `X-Limit` header with the responses to this endpoint that says what limit is in force, for unauthed users it's 1000 and for authed users 10000