Http client library
Hi, im new to mojo, its really fast, but it doesn't has many library, so i just want to ask you guys can suggest me some, many thanks!!!
6 Replies
Is this something you are looking for? https://github.com/saviorand/lightbug_http
GitHub
GitHub - saviorand/lightbug_http: Simple and fast HTTP framework fo...
Simple and fast HTTP framework for Mojo! 🔥. Contribute to saviorand/lightbug_http development by creating an account on GitHub.
its server, i want http client can send post and get
@GnU So Cute lightbug has a client as well, see here https://github.com/saviorand/lightbug_http?tab=readme-ov-file#using-the-client
Alternatively can suggest the nice client implementation from @toasty
https://github.com/thatstoasty/mojo-http-client/tree/main
but its only has http/1.1, i want http/2, maybe i will write my own, thank you.
in rust they have reqwest library
with support all version
i think i will copy that
sounds cool, good luck!
if you decide to contribute to lightbug also welcome
lol
u got me bro
:mojonightly: