feat: add LAS (Link Aggregator Service) tutorial application
- Complete tutorial app showcasing HCS features
- Content negotiation (JSON/HTML from same endpoints)
- Session-based authentication with CSRF protection
- Real-time updates via WebSocket pub/sub
- SQLite3 database with direct bindings
- Pure-html templates with form handling
- Rate limiting and compression plugs
Fixed type compatibility:
- Updated handlers to use Server.request/response (not H1_server types)
- Fixed pure-html method_ attribute to use polymorphic variants
- Implemented form URL encoding parser
- All components now work with Endpoint API
Files: bin/las/{las,routes,handlers,auth,db,models,views,realtime}.ml + README + dune