MCPcopy Index your code
hub / github.com/amadeus4dev/amadeus-java / prepareUrl

Method prepareUrl

src/main/java/com/amadeus/Request.java:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125
126 // Prepares the full URL based on the scheme, host, port and path.
127 private void prepareUrl() {
128 this.uri = String.format("%s://%s:%s%s?%s",
129 scheme, host, port, path, getQueryParams());
130 }
131
132 // Prepares the headers to be sent in the request
133 private void prepareHeaders() {

Callers 1

RequestMethod · 0.95

Calls 1

getQueryParamsMethod · 0.95

Tested by

no test coverage detected