mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 23:45:19 +08:00
Better handling of response of various content-types
This commit is contained in:
@ -122,6 +122,6 @@ String formatHeaderCase(String text) {
|
||||
return (kResponseBodyViewOptions[type]![kSubTypeDefaultViewOptions]!, subtype);
|
||||
}
|
||||
else {
|
||||
return (kDefaultBodyViewOptions, null);
|
||||
return (kNoBodyViewOptions, null);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user