Results 2 issues of SidorovichPavel

postgres::Row::operator[] accepts a const std::string& as an argument. A more idiomatic approach would be to accept a std::string_view instead, as implemented in userver for json and e.t.

Set server::http::HttpStatus and client::http::Status as alias to http::StatusCode