Uses of Interface
com.jcabi.http.RequestURI
Packages that use RequestURI
Package
Description
RESTful client, for tests (but not only).
Requests.
-
Uses of RequestURI in com.jcabi.http
Methods in com.jcabi.http that return RequestURIModifier and TypeMethodDescriptionAdd URI path.RequestURI.port(int num) Set port number.RequestURI.queryParam(String name, Object value) Add query param.RequestURI.queryParams(Map<String, String> map) Add query params.Set URI.Request.uri()Get destination URI.Set user info. -
Uses of RequestURI in com.jcabi.http.request
Methods in com.jcabi.http.request that return RequestURI