blob: 59852b5bb69cbf8acafd4ebf10d1711046c80874 [file] [log] [blame]
Jason Monkfc934182013-07-22 13:20:39 -04001This library is based on the proxy_resolver_v8 and other classes taken from
2chromium project.
3
4Modifications have been made to remove dependencies on chromium utility
5functions and classes. To make this library accessible on Android, the string
6utilities have been modified to use stl and the network functions have been
7modified to use UNIX functions.