Update to version 3.2
This commit is contained in:
@@ -16,11 +16,15 @@
|
||||
#ifndef GEMPA_CAPS_URL_H
|
||||
#define GEMPA_CAPS_URL_H
|
||||
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace Gempa {
|
||||
namespace CAPS {
|
||||
|
||||
|
||||
struct Url {
|
||||
Url();
|
||||
|
||||
@@ -33,15 +37,17 @@ struct Url {
|
||||
*/
|
||||
bool parse(const std::string &address, uint16_t defaultPort = 18002);
|
||||
|
||||
std::string host;
|
||||
uint16_t port;
|
||||
std::string user;
|
||||
std::string password;
|
||||
std::string protocol;
|
||||
std::string errorString;
|
||||
std::string host;
|
||||
uint16_t port;
|
||||
std::string user;
|
||||
std::string password;
|
||||
std::string protocol;
|
||||
std::string errorString;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user