mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update http functions
This commit is contained in:
@ -56,7 +56,7 @@ MediaType? getMediaTypeFromHeaders(Map? headers) {
|
||||
(Uri?, String?) getValidRequestUri(
|
||||
String? url,
|
||||
List<KVRow>? requestParams,
|
||||
String defaultUriScheme
|
||||
{String defaultUriScheme = kDefaultUriScheme}
|
||||
) {
|
||||
url = url?.trim();
|
||||
if(url == null || url == ""){
|
||||
|
Reference in New Issue
Block a user