MCPcopy
hub / github.com/axios/axios / getUri

Method getUri

lib/core/Axios.js:235–239  ·  lib/core/Axios.js::Axios.getUri
(config)

Source from the content-addressed store, hash-verified

233 }
234
235 getUri(config) {
236 config = mergeConfig(this.defaults, config);
237 const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls, config);
238 return buildURL(fullPath, config.params, config.paramsSerializer);
239 }
240}
241
242class="cm">// Provide aliases for supported request methods

Callers 5

api.test.jsFile · 0.80

Calls 3

mergeConfigFunction · 0.85
buildFullPathFunction · 0.85
buildURLFunction · 0.85

Tested by

no test coverage detected