MCPcopy Create free account
hub / github.com/actix/examples / main.rs

File main.rs

forms/form/src/main.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use actix_web::{App, HttpRequest, HttpResponse, HttpServer, Responder, Result, middleware, web};
2use serde::{Deserialize, Serialize};
3
4struct AppState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected