1. 20 Sep, 2019 1 commit
  2. 19 Sep, 2019 1 commit
  3. 12 Jun, 2019 1 commit
  4. 03 Jun, 2019 2 commits
  5. 21 May, 2019 1 commit
  6. 20 May, 2019 1 commit
  7. 12 Sep, 2018 1 commit
  8. 20 Jul, 2018 1 commit
  9. 17 May, 2018 1 commit
    • Dan Field's avatar
      Fix consolidate HTTP response and add test (#17082) · 85cb38e7
      Dan Field authored
      * Fix consolidate response and add test
      
      * Update AUTHORS
      
      * ignore content-length
      
      * fix formatting/update comment
      
      * more commas
      
      * Fix consolidate response and add test
      
      * Update AUTHORS
      
      * ignore content-length
      
      * fix formatting/update comment
      
      * more commas
      
      * remove extra newline
      85cb38e7
  10. 22 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Remove package:http from Flutter (#15416) · 88cc9773
      Jonah Williams authored
      * use HttpOverrides and dart:io HttpClient in flutter
      
      * add missing package:http dependency
      
      * update flutter packages and remove comment about createHttpClient from flutter_test
      
      * move byte loading logic to common class, move string parsing logic to base class
      
      * addAll doesn't work for a Uint8List
      
      * use bytes.setRange
      
      * undo addition to hello_world
      
      * add newline to end of binding.dart
      
      * and a newline for hello world
      
      * refactor to function and add tests
      
      * address comments on unknown length case
      
      * alignment
      
      * sort alaphabetically
      
      * rename convertResponse to consolidateClientHttpClientResponseBytes.  Add header
      
      * fix alignment in test
      88cc9773