-
Is there scope for this project to also be the Client side of HTTP or is mainly focused on the server side? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@ZacHooper there is a (very minimal) python-based client implementation available. See a test for it here https://github.com/saviorand/lightbug_http/blob/1eb9242ce0ddeeec39ac858028a7117dde627523/lightbug_http/tests/test_client.mojo#L13 , just updated it to work in the latest version of Mojo. |
Beta Was this translation helpful? Give feedback.
-
For those who read this: there is now a pure Mojo implementation in sys/client (no Python involved) that leverages external calls to C, kudos to @SchmittB and @ZacHooper ! |
Beta Was this translation helpful? Give feedback.
-
There's a section in the README on using the client now: https://github.com/saviorand/lightbug_http?tab=readme-ov-file#using-the-client |
Beta Was this translation helpful? Give feedback.
There's a section in the README on using the client now: https://github.com/saviorand/lightbug_http?tab=readme-ov-file#using-the-client