Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ index
Function
index
docker/src/main.rs:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
#[get(
"/"
)]
4
async fn index() -> impl Responder {
5
HttpResponse::Ok().body(
"Hello world!"
)
6
}
7
8
#[get(
"/again"
)]
9
async fn again() -> impl Responder {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected