We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fmt
1 parent 857cfd8 commit a150192Copy full SHA for a150192
1 file changed
core/src/common/parse.rs
@@ -60,7 +60,8 @@ pub(crate) fn to_ws_uri(uri: &str) -> String {
60
uri.to_string()
61
}
62
63
-/// Convert an input URI into an HTTP URI suitable for `frame_remote_externalities` online transport.
+/// Convert an input URI into an HTTP URI suitable for `frame_remote_externalities` online
64
+/// transport.
65
///
66
/// If the input is WS(S), it will be converted to HTTP(S). Otherwise returned unchanged.
67
pub(crate) fn to_http_uri(uri: &str) -> String {
0 commit comments