MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / robots_view

Function robots_view

opensuse-proxy-cache/src/main.rs:1524–1531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1522}
1523
1524async fn robots_view() -> Html<&'static str> {
1525 Html(
1526 r#"
1527User-agent: *
1528Disallow: /
1529"#,
1530 )
1531}
1532
1533async fn status_view() -> Html<&'static str> {
1534 Html(r#"Ok"#)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected