google-nomulus/util
gbrodman 0d62ac0410 Use built-in Java URL connections instead of UrlFetchService (#1535)
- Use the standard HttpsURLConnection to write/read data
- Rewrite RdeReporter, Nordn*Action, and Marksdb classes and related
  tests to conform to the new format
- Remove FakeURLFetchService and ForwardingUrlFetchService as they weren't used
- Refactor UrlFetchException to UrlConnectionException
- Refactor UrlFetchUtils to UrlConnectionUtils

I will need to test this on Alpha. Fortunately the connections that
don't require auth (e.g. TMDB downloading) should be testable.
2022-03-04 14:16:22 -05:00
..
gradle/dependency-locks Make a few quality-of-life improvements in CloudTasksUtils (#1521) 2022-02-18 20:21:56 -05:00
src Use built-in Java URL connections instead of UrlFetchService (#1535) 2022-03-04 14:16:22 -05:00
build.gradle Make a few quality-of-life improvements in CloudTasksUtils (#1521) 2022-02-18 20:21:56 -05:00