We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfb416f + 5fe9db6 commit 3f3ca79Copy full SHA for 3f3ca79
src/http.rs
@@ -451,9 +451,9 @@ where
451
resp
452
}
453
454
-/// Register a WebSockets path with the HTTP server specifically for sending and
455
-/// receiving system messages from a runtime extension. Only use this if you are
456
-/// writing a runtime extension.
+/// Register a WebSockets path with the HTTP server to send and
+/// receive system messages from a runtime extension. Only use
+/// this if you are writing a runtime extension.
457
pub fn bind_ext_path<T>(path: T) -> std::result::Result<(), HttpServerError>
458
where
459
T: Into<String>,
0 commit comments