ashinn / chibi-scheme

Official chibi-scheme repository
Other
1.21k stars 142 forks source link

Can we add http-send-file into export? #927

Closed the-man-with-a-golden-mind closed 3 months ago

the-man-with-a-golden-mind commented 1 year ago

It would make my life easier to create simple blog engine without servlet additional logic. Just serving html's with images and js'es.

https://github.com/ashinn/chibi-scheme/blob/67fdb283b667c8f340a5dc7259eaf44825bc90bc/lib/chibi/net/http-server.scm#L142

ashinn commented 3 months ago

Sure. Note the underlying send-file system call comes from (chibi io).