Attach
Description
Examples
Server { listen *:8080 http route get '/app/install' { attach 'downloads/installer.exe' } }
Parameters
Last updated
Server {
listen *:8080 http
route get '/app/install' {
attach 'downloads/installer.exe'
}
}Last updated