Rouille is a micro-framework to create web applications in Rust. In this series of articles you'll see how to get started with it, how to implement various common tasks, and how to deploy it.
-
Hello World with Rouille in text/plain and empty 404 page
GET
,text/plain
,start_server
,router!
,text
,404
,empty_404
-
Hello World with Rouille in text/html and home made 404 HTML page
GET
,text/html
,start_server
,router!
,html
,404
,with_status_code
-
Unfortunately could not find and easy way to test these applications. I opened this issue.