- std::string::size_type pos = request.find_first_of(
- PlaQui::Server::String::SPACE_CHARS);
- PlaQui::Server::String method = request.substr(0, pos);
+ std::string::size_type pos = request.find_first_of(String::SPACE_CHARS);
+ String method = request.substr(0, pos);