Skip to content

v0.6.0

Choose a tag to compare

@adam-fowler adam-fowler released this 14 Mar 14:50
· 98 commits to main since this release
7099566
  • HBHTTPResponder.respond now includes an onComplete function as a parameter to be called which should be called with the response. This is instead of the EventLoopFuture. This change was implemented as HummingBirdCore should not assume we are running an async server.
  • Added HBHTTPServer.Configuration.backlog
  • Default HBHTTPServer.Configuration.withPipeliningAssistance to true
  • HBRequestBodyStreamer.drop now returns an EventLoopFuture for when all the request buffers have been streamed.