forked-synapse/synapse/http
Kegan Dougal 96d4bf9012 Modify API for SimpleHttpClient.get_json and update usages.
Previously, this would only return the HTTP body as JSON, and discard other
response information (e.g. the HTTP response code). This has now been changed
to throw a CodeMessageException on a non-2xx response, with the response code
and body, which can then be parsed as JSON.

Affected modules include:
 - Registration/Login (when using an email for IS auth)
2015-02-04 17:07:31 +00:00
..
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
agent_name.py Update copyright notices 2015-01-06 13:21:39 +00:00
client.py Modify API for SimpleHttpClient.get_json and update usages. 2015-02-04 17:07:31 +00:00
endpoint.py Update copyright notices 2015-01-06 13:21:39 +00:00
matrixfederationclient.py Make post_json(...) actually send data. 2015-01-29 13:58:22 +00:00
server_key_resource.py Update copyright notices 2015-01-06 13:21:39 +00:00
server.py Oops: second part of commit dc938606 2015-01-22 17:38:53 +00:00
servlet.py Add client v2_alpha resource to synapse server resource tree 2015-01-23 18:55:19 +00:00