1. 08 Jun, 2018 1 commit
  2. 07 Jun, 2018 3 commits
  3. 05 Jun, 2018 1 commit
  4. 04 Jun, 2018 6 commits
  5. 02 Jun, 2018 1 commit
  6. 30 May, 2018 2 commits
  7. 24 May, 2018 2 commits
  8. 17 May, 2018 5 commits
  9. 15 May, 2018 2 commits
  10. 12 May, 2018 1 commit
  11. 03 May, 2018 3 commits
  12. 02 May, 2018 3 commits
  13. 01 May, 2018 3 commits
  14. 27 Apr, 2018 1 commit
  15. 24 Apr, 2018 4 commits
  16. 23 Apr, 2018 1 commit
  17. 22 Apr, 2018 1 commit
    • Kenton Varda's avatar
      Implement newHttpClient(HttpService&). · 76104a88
      Kenton Varda authored
      It turns out wrapping an HttpService in an HttpClient is considerably more complicated than vice versa, due to the need for pipes. This commit adds a WebSocket pipe implementation very similar to the recent byte-stream pipe (though considerably simpler since there's no need to deal with mismatched buffer sizes).
      76104a88