Base.getFunction
get(url::String, C::Type{<:ApplicationController}, action, param_types::Pair{Symbol,DataType}...)
Base.pipelineMethod
pipeline(block::Function, pipes::Symbol...)
Bukdu.Actions.deleteFunction
delete(url::String, C::Type{<:ApplicationController}, action, param_types::Pair{Symbol,DataType}...)
Bukdu.optionsFunction
options(url::String, C::Type{<:ApplicationController}, action, param_types::Pair{Symbol,DataType}...)
Bukdu.patchFunction
patch(url::String, C::Type{<:ApplicationController}, action, param_types::Pair{Symbol,DataType}...)
Bukdu.putFunction
put(url::String, C::Type{<:ApplicationController}, action, param_types::Pair{Symbol,DataType}...)
Bukdu.renderMethod
render(::Type{JavaScript}, data)::Render
Bukdu.resourcesMethod
resources(path::String, ::Type{C}, param_types::Pair{Symbol,DataType}...; only=[], except=[]) where {C <: ApplicationController}
Bukdu.routesMethod
routes(block::Function, pipe::Symbol)
Bukdu.startMethod
Bukdu.start(port::Integer; host::Union{String,Sockets.IPAddr}=Sockets.localhost, enable_remote_ip::Bool=false, kwargs...)

start the Bukdu server.

Bukdu.stopMethod
Bukdu.stop()

stop the Bukdu server.

HTTP.postFunction
post(url::String, C::Type{<:ApplicationController}, action, param_types::Pair{Symbol,DataType}...)