Bix icon indicating copy to clipboard operation
Bix copied to clipboard

Bix, an F# micro-framework for cross-runtime JavaScript backends

Results 3 Bix issues
Sort by recently updated
recently updated
newest added

This addresses https://github.com/AngelMunoz/Bix/issues/5 by moving the computation of status and content type until after the handler promise has completed, since that promise may have asynchronous mutations to the context that...

**Describe the bug** I have a simple handler that sets the status code to 500 and returns a text body. This works as expected, however when I add a sleep,...

bug

Fetch's Response constructor allows returning a stream. It would be useful to expose it for case such as streaming react responses as in this example: https://bun.sh/guides/ecosystem/ssr-react.

enhancement