♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

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

fix(response): Use charset instead of mime in nocss Content-Type

Fuwn 36258fed d815570d

+1 -1
+1 -1
src/response.rs
··· 140 140 141 141 return Ok( 142 142 HttpResponse::Ok() 143 - .content_type(format!("text/html; charset={}", meta.mime())) 143 + .content_type(format!("text/html; charset={charset}")) 144 144 .body(html_context), 145 145 ); 146 146 }