Boe Reh

Results 2 issues of Boe Reh

I have a simple app using `weblit` ```lua -- main.lua local weblit = require('weblit') local app = weblit.app.bind({ port = 3000 }) app.use(weblit.autoHeaders) app.route({ path = "/" }, function(req, res)...

### 🔗 Linked issue #325 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

driver