MCPcopy Create free account
hub / github.com/PerroEngine/Perro / robots_txt

Function robots_txt

perro_website/src/main.rs:75–84  ·  view source on GitHub ↗
(headers: axum::http::HeaderMap)

Source from the content-addressed store, hash-verified

73 .into_response(),
74 };
75 }
76
77 (
78 [(
79 axum::http::header::CONTENT_TYPE,
80 "image/svg+xml; charset=utf-8",
81 )],
82 svg,
83 )
84 .into_response()
85}
86
87#[cfg(feature = "ssr")]

Callers

nothing calls this directly

Calls 1

public_base_urlFunction · 0.85

Tested by

no test coverage detected