Class UriQueryProps


  • public class UriQueryProps
    extends Object
    Helper class to process URI's query, handled as properties.

    The order of the URI segments (any properties) are not preserved.

      URI: [scheme:][//authority][path][?query][#fragment]
      w/ authority: [user-info@]host[:port]
      Note: 'path' starts w/ fwd slash
     

    Since 2.3.0 renamed from URIQueryProps to UriQueryProps, and using Uri instead of URI.