#queries
| 123 | QueryIterator QueryEnd() const { return get_query_map().end(); } |
| 124 | // #queries |
| 125 | size_t QueryCount() const { return get_query_map().size(); } |
| 126 | |
| 127 | // Print this URI to the ostream. |
| 128 | // PrintWithoutHost only prints components including and after path. |