Commit graph

4 commits

Author SHA1 Message Date
40f51387bd server: add "page not found" test 2023-06-26 06:18:18 -03:00
e0fffe0ac8 server: handle "permission denied" error 2023-06-26 05:54:04 -03:00
Robert
3e640c22a2
server: add content-type based on path extname (#133)
### Summary

Add content-type based on path extname using `Rack::Mime`.
2023-06-25 21:21:00 -03:00
Robert
bf1558eeb0
Add packages/ruby/server/ (#132)
### Summary

The `server` package implements a static file web server intended to be 
used during development. The goal is to have it as close to a production
environment as possible. Not there yet. This is the first step.
2023-06-25 21:03:07 -03:00