Json endpoint #12

Closed
sashanoraa wants to merge 18 commits from json-resp into main
Showing only changes of commit 56dbe50d2f - Show all commits

View file

@ -347,7 +347,11 @@ impl Route {
Ok(Response {
status: b"200",
headers: Cow::Borrowed(&[]),
headers: Cow::Borrowed(&[
(b"Trans-Women", Cow::Borrowed(b"don't owe you femininity")),
(b"Trans-Men", Cow::Borrowed(b"don't owe you masculinity")),
(b"And-Stop-Projecting-Your-Dated-Gender-Norms", Cow::Borrowed(b"onto nonbinary people's life experiences")),
]),
body: body.into_bytes().into(),
})
}