We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8c834 commit 5d02dc4Copy full SHA for 5d02dc4
pkgs/google_cloud/lib/src/serving/json_request_checking.dart
@@ -13,7 +13,7 @@
13
// limitations under the License.
14
15
import 'dart:io';
16
-import 'package:http_parser/http_parser.dart';
+import 'package:http/http.dart' show MediaType;
17
import 'package:meta/meta.dart';
18
19
/// Evaluates whether to send a JSON response based on request headers.
pkgs/google_cloud/pubspec.yaml
@@ -11,7 +11,6 @@ environment:
11
dependencies:
12
collection: ^1.19.0
http: ^1.1.0
- http_parser: ^4.0.0
io: ^1.0.3
meta: ^1.18.1
shelf: ^1.4.0
0 commit comments