buildMethodRequestURL method
Builds the URL for method
using path
or fullPath
.
Implementation
String buildMethodRequestURL(HttpMethod method, String? path, bool fullPath,
Map<String, String?>? parameters) =>
_buildURL(path, fullPath, parameters, methodAcceptsQueryString(method));