dzaima / CBQN

a BQN implementation in C
GNU General Public License v3.0
329 stars 46 forks source link

What would need to be done to allow http request from BQN? #65

Closed tyoc213 closed 1 year ago

tyoc213 commented 1 year ago

I have tried to find examples on how to do get, post and so on request with and without cookies or json and so on....

Is there a way to support it? maybe using FFI???

dzaima commented 1 year ago

I've heard of people using curl through •SH, which is probably easier than FFI. But there's nothing native for it (at least currently, but it'll probably stay this way for a while) as it's quite a large undertaking, with an immense amount of potentially configurable things.