jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Document HttpURI methods

Open cowwoc opened this issue 1 year ago • 1 comments
trafficstars

Jetty version(s) 12.0.6

Enhancement Description Many of the HttpURI methods are not documented. For example, it's not clear what the difference is between getParam() and getQuery(). getParam() sounds like it's related to matrix parameters, but maybe it is not.

I know that the class-level Javadoc touches upon some of this, but I'm asking for method-level Javadoc to be added.

cowwoc avatar Mar 12 '24 14:03 cowwoc