MatrixSynapse/synapse/http
Richard van der Hoff 01e93f48ed Kill off MatrixCodeMessageException
This code brings the SimpleHttpClient into line with the
MatrixFederationHttpClient by having it raise HttpResponseExceptions when a
request fails (rather than trying to parse for matrix errors and maybe raising
MatrixCodeMessageException).

Then, whenever we were checking for MatrixCodeMessageException and turning them
into SynapseErrors, we now need to check for HttpResponseExceptions and call
to_synapse_error.
2018-08-01 16:02:46 +01:00
..
__init__.py factor out uri redaction into a method on http 2018-06-05 18:31:40 +01:00
additional_resource.py run isort 2018-07-09 16:09:20 +10:00
client.py Kill off MatrixCodeMessageException 2018-08-01 16:02:46 +01:00
endpoint.py run isort 2018-07-09 16:09:20 +10:00
matrixfederationclient.py run isort 2018-07-09 16:09:20 +10:00
request_metrics.py pep8 2018-07-18 14:19:00 +01:00
server.py Be more careful which errors we send back over the C-S API 2018-08-01 16:02:38 +01:00
servlet.py Python 3: Convert some unicode/bytes uses (#3569) 2018-08-02 00:54:06 +10:00
site.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00