diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-05-26 22:06:20 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-05-27 10:44:47 +0200 |
commit | 71c750ef9c3e53ef416d1de6e85458f16ca48d74 (patch) | |
tree | 746e71a258229df89acd49e0bc1cc1fbab853e04 /changes/feat-twisted_http_get | |
parent | 00bfb22368c788bfc5de458e9159ee73cf3e66c7 (diff) |
[refactor] move http twisted code from soledad
Implements an HTTP client the twisted way, with a focus on pinning the
SSL certs.
* Related: #6506
Diffstat (limited to 'changes/feat-twisted_http_get')
-rw-r--r-- | changes/feat-twisted_http_get | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feat-twisted_http_get b/changes/feat-twisted_http_get new file mode 100644 index 0000000..dbeb52f --- /dev/null +++ b/changes/feat-twisted_http_get @@ -0,0 +1 @@ +- Add a HTTPClient the twisted way |