lightbug_http icon indicating copy to clipboard operation
lightbug_http copied to clipboard

Simple and fast HTTP framework for Mojo! 🔥

Results 30 lightbug_http issues
Sort by recently updated
recently updated
newest added

The server should support multiple simultaneous connections

Users should be able to work with WebSockets from Lightbug

enhancement

The framework should support sending and receiving HTTP 2.0 requests

enhancement

**Is your feature request related to a problem? Please describe.** Would be nice to be able to say that a website I made with this is "secure" (the s in...

enhancement

Currently Lightbug is not ASGI-conformant. Refactoring existing code to adhere to the ASGI specification should make it easier for Python developers to switch to Lightbug. There are some open questions...

Hello, here is what we've got so far: - upgrade http request to websocket - send all size - receive all size - works with select for non-blocking *all sizes...

The framework should support sending and receiving HTTP 3.0 requests

enhancement

Currently traits are not used properly. E.g. actual server implementations (`PythonServer` and `SysServer`) do not inherit from the `ServerTrait`. This is because historically I've done things like return concrete implementations...

refactor

Might need to improve the UX of setting headers as well. Don't forget to add to `client.mojo` and the README