diff --git a/src/types.rs b/src/types.rs index 2d1e5e8..20f0037 100644 --- a/src/types.rs +++ b/src/types.rs @@ -222,7 +222,7 @@ pub struct ServeStatic { } #[derive(Serialize, Deserialize)] -pub struct WebsocketPayload { +pub struct WebSocketPayload { /// The backend url contains the url to the backend server, and any query parameters. pub backend_url: String, /// This data is the payload that in all cases is expected to be binary data.