Bukdu.jl
Bukdu.jl copied to clipboard
Bukdu 🌌 is a web development framework for Julia
@JuliaRegistrator register() changes - 66394ddcc7d11b027df6ab99a810de2663240420 : fix req.body for Base.CodeUnits - 9e4c203d484bcbc6bf39aa1f744e9d03b4891d7e : support HTTP.jl 1.0
todo - https://github.com/elixir-plug/plug
``` Roman Samarev Hi, is any simple way how to extend the logging message in Bukdu? I need to add a date/time log(str) = "$(Dates.format(Dates.now(), "yyyy-mm-dd HH:MM:SS")): $(str)" ```
At first, I thought I could use the images as static files. If I added them to the `public` folder I only got to see them when I restarted the...
A basic authentication example would be great. I saw the example [auth.jl](https://gist.github.com/wookay/fed24f2334d3be3524661b83f98fde30) but like to know how I can return a `401 Unauthorized` response to force the user to login.
I added the possibility to change the functions of the SystemController when an exception occurs. In case you want a custom controller when a plug halt the execution you can...
Hi, I have an SSL certificate from Amazon API gateway and I need to verify it with the Bukdu server. The [Documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-client-side-ssl-authentication.html#certificate-validation) shows how to do it with a Node.js...
Hi @wookay ,I am getting `EXCEPTION_ACCESS_VIOLATION` and it seems to happen when the server is transmitting something to a client (in my case, image) and the client discard it, e.g....
Hello, I saw that this library is using [JSON2](https://github.com/quinnj/JSON2.jl) instead of the standard JSON library. This library hasn't seen updates in the last 9 months (in fact, the author seems...
From that I understand looking at the code Bukdu forces color output for logging even if julia is started with `julia --color=no`. This creates pretty messy logging in terminals which...