xwt_tests/
consts.rs

1use crate::concat;
2
3pub const BASE_URL: &str = "https://127.0.0.1:8080";
4
5pub const ECHO_SERVER_URL: &str = concat!(BASE_URL, "/echo");
6pub const ECHO_OPEN_BI_SERVER_URL: &str = concat!(BASE_URL, "/echo-open-bi");
7pub const ECHO_CLOSE_SERVER_URL: &str = concat!(BASE_URL, "/close");