mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 03:17:00 +08:00
http_service: cleanup & streamHttpRequest: simplified
This commit is contained in:
@@ -4,7 +4,6 @@ import 'package:http_parser/http_parser.dart';
|
||||
import 'package:xml/xml.dart';
|
||||
import '../consts.dart';
|
||||
import 'dart:convert';
|
||||
import 'dart:typed_data';
|
||||
|
||||
String? formatBody(String? body, MediaType? mediaType) {
|
||||
if (mediaType != null && body != null) {
|
||||
|
||||
Reference in New Issue
Block a user