/// The error message returned when the server is not yet ready.
pub(crate)constERROR_SERVER_NOT_READY:&str="server not ready";/// The HTTP scheme prefix.
pub(crate)constHTTP_SCHEME:&str="http";/// The Windows UNC path prefix.
pub(crate)constWINDOWS_UNC_PREFIX:&str=r"\\?\";