I mean something like WebTarget: https://jersey.java.net/documentation/latest/client.html#d0e...

Haven't yet found the .NET equivalent to allow webtarget.path("foo").path("bar").query("hello", "yes") without making the user try to remember which URI query-part-escaping static method is appropriate.

Now that said, Flurl looks to have this pretty well covered, neat library!