Hi and thanks for the reply,
The first listener would be:
http_listener listener1(web::http::uri_builder(m_uri).append_path(U("users")).to_uri());
what would the url for the second case be? Would:
http_listener listener1(web::http::uri_builder(m_uri).append_path(U("users/1")).to_uri());
match /users/2 ?
Looking at the test case you mentioned it does not test this kind of scenario, rather it uses static urls.
The first listener would be:
http_listener listener1(web::http::uri_builder(m_uri).append_path(U("users")).to_uri());
what would the url for the second case be? Would:
http_listener listener1(web::http::uri_builder(m_uri).append_path(U("users/1")).to_uri());
match /users/2 ?
Looking at the test case you mentioned it does not test this kind of scenario, rather it uses static urls.