load web.http const html_form = @[html]
Upload example. @[html] var port = 8080 var numthread = 4 var server = http::Server() server.Start( port, numthread ){ [request, response, session] response.WriteHeader( 200, {'Content-Type' => 'text/html'} ); response.Write( html_form ); # Summarize uploaded files: # request.HttpFile has type: map