/// The error message returned when the server is not yet ready.
pubconstERROR_SERVER_NOT_READY:&str="server not ready";/// The HTTP scheme prefix.
pubconstHTTP_SCHEME:&str="http";/// The Windows UNC path prefix.
pubconstWINDOWS_UNC_PREFIX:&str=r"\\?\";