JuliaWebAPI.jl icon indicating copy to clipboard operation
JuliaWebAPI.jl copied to clipboard

Julia package for deploying APIs

Results 7 JuliaWebAPI.jl issues
Sort by recently updated
recently updated
newest added

Update dependencies compat, CI config

Not an issue... just thought you would like to know that https://chloe.plantenergy.edu.au is using JuliaWebAPI in anger. I guess not the web part but the ZMQ transport part. Working well...

My number one wishlist for this is the ability to have a single ZMQ listener, dispatching the method call accross multiple julia processes. So maybe round robin, but dropping processes...

I'm exposing a function which accepts a (possibly long) string as input. Where can I change the configuration to avoid error 413? Thank you.

I'm trying to process POST requests with JSON body. For now I don't see a way how to do it. `parsepostdata` doesn't recognize the header `Content-Type: application/json` and interprets the...

First, I ran the process async. Then, I want to either a new function but it came back with the world age issue. ``` julia> apiresponder = APIResponder("tcp://0.0.0.0:8890") JuliaWebAPI.APIResponder with...

Julia v1.9.2, Windows 10 Add JuliaWebAPI v0.6.3 to a temp project with no other packages. Tests run up to ``` ============================================================ Running tests from test_httprpc.jl ============================================================ starting httpserver in async...