A tiny web framework for Gleam targeting all JavaScript runtimes
0

Configure Feed

Select the types of activity you want to include in your feed.

fix docs

+1
+1
src/smol.gleam
··· 591 591 /// <a href="#"> 592 592 /// <small>Back to top ↑</small> 593 593 /// </a> 594 + /// </div> 594 595 pub fn send_html(text: String) -> Response(ReadableStream) { 595 596 let body = <<text:utf8>> 596 597 Response(