MatrixSynapse/synapse/rest/client
Patrick Cloke d22c1c862c
Respond correctly to unknown methods on known endpoints (#14605)
Respond with a 405 error if a request is received on a known endpoint,
but to an unknown method, per MSC3743.
2023-02-09 13:04:24 -05:00
..
__init__.py
_base.py
account.py
account_data.py
account_validity.py
auth.py
capabilities.py
devices.py
directory.py
events.py
filter.py
initial_sync.py
keys.py
knock.py
login.py
login_token_request.py
logout.py
models.py
mutual_rooms.py
notifications.py
openid.py
password_policy.py
presence.py
profile.py
push_rule.py
pusher.py
read_marker.py
receipts.py
register.py
relations.py
rendezvous.py
report_event.py
room.py
room_batch.py
room_keys.py Respond correctly to unknown methods on known endpoints (#14605) 2023-02-09 13:04:24 -05:00
room_upgrade_rest_servlet.py
sendtodevice.py
sync.py
tags.py Respond correctly to unknown methods on known endpoints (#14605) 2023-02-09 13:04:24 -05:00
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py
versions.py
voip.py