blob: 19700a7e3aedd6b12537f68a213e0bc4c875cdbb [file] [log] [blame]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library sync.http;
import 'dart:convert';
import 'dart:io'
show ContentType, HttpException, HttpHeaders, RawSynchronousSocket;
import 'dart:typed_data' show BytesBuilder;
part 'src/line_decoder.dart';
part 'src/sync_http.dart';