watany

Results 64 comments of watany

Thank you. I think I have mostly rewritten it. Here is the revised spec document. --- ## Timeout Middleware This middleware enables you to easily manage request timeouts in your...

I will check. As I was writing the Stream example above, I thought that maybe the clearTimeout is not working correctly.

Note. I did not reproduce it with bun 1.1.6, and Cloudflare workers. I don't have time today, I will try again after tomorrow.

@yusukebe Thank you for your feedback. I've also corrected the comments section. I'm looking forward to experimenting with Cloudflare Workers :)

This approach looks good. > adding an albProcessor to seperate the ALB behavior from the API Gateway for the multiHeadersValue.

Basically, I think that Hono's standard repository should handle HTTP requests. I personally disagree with making the role of the adaptor too fat. As for non-http adaptor, I think it...

> Hello @yusukebe, > > > > Out of the PR's scope, is there an ETA to remove binding of top-level `requestContext`?, It seems to have marked as deprecated since...

Regarding the official adaptor, I think it should be based on HTTP requests. I plan to publish this later, so please wait a little longer.

note: There are still remaining fixes needed for the integration tests.