mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
streamHttpRequest: Major Restructuring & other review changes
This commit is contained in:
@@ -22,6 +22,11 @@ enum HTTPVerb {
|
||||
final String abbr;
|
||||
}
|
||||
|
||||
List<String> kStreamingResponseTypes = [
|
||||
'text/event-stream',
|
||||
'application/x-ndjson',
|
||||
];
|
||||
|
||||
enum SupportedUriSchemes { https, http }
|
||||
|
||||
final kSupportedUriSchemes = SupportedUriSchemes.values
|
||||
|
||||
Reference in New Issue
Block a user