Ethan M Lewis
Ethan M Lewis
I am interesting in implemented this. I am very new to zig but have started playing around with basic layouts here https://github.com/elewis787/spin-zig ( Heavy WIP currently ). First pass will...
Making decent progress on this. I am able to construct the HTTP handler flow and call the function using spin (simple test to set response header/status) . I am now...
quick update - working through a few more items for the http components and translations but here is a quick sample/sneak peak that is at least in a POC state....
Quick update - running into an issue when setting headers on the response object. Trace output ``` 2022-08-01T04:22:18.931277Z INFO spin_http_engine: Processing request for application spin-hello-zig on URI http://127.0.0.1:3000/hello 2022-08-01T04:22:18.931301Z TRACE...
> Is it worth sharing what you have, either as a link to your branch or as a draft PR, in case anyone else wants to try to reproduce/help understand?...
Thanks and no problem @radu-matei! Been a little slow going lately with workload but I am still working on it! More to come.
The call out for standard objects would be helpful. Currently running into issues with Zig which does not have a fully implemented std http package. Http packages that I have...
@sbinet can you unpack being able to plug in LLVM a little more ? One thing that would be really interesting would be having the ability to call native functions...
Seeing #144 merged - can this issue be considered resolved?
I agree that this would be a great add - I've thought about fair amount and, for now, landed on just adding the print option. However, I actually think the...