1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-25 02:04:27 -05:00
dendrite/clientapi/routing
Andrew Morgan 504d23f468 Remove unnecessary http method checks ()
Closes 

There were a lot of unnecessary checks for HTTP methods of requests. gorilla/mux makes sure that these methods will only be called if certain HTTP methods are used, thus there's no reason to have these extra checks.
2019-07-18 15:40:10 +08:00
..
account_data.go Remove unnecessary http method checks () 2019-07-18 15:40:10 +08:00
createroom.go Lots of small typo fixes () 2019-07-12 16:43:01 +01:00
device.go Remove unnecessary http method checks () 2019-07-18 15:40:10 +08:00
directory.go Fix appservice can't set aliases in its own namespace () 2019-07-12 21:36:17 +08:00
filter.go Remove unnecessary http method checks () 2019-07-18 15:40:10 +08:00
joinroom.go Encode URLs properly () 2019-07-03 16:38:50 +01:00
login.go Add back missing returns for httputil.LogThenError calls () 2019-07-09 17:33:52 +01:00
logout.go Remove unnecessary http method checks () 2019-07-18 15:40:10 +08:00
membership.go Lots of small typo fixes () 2019-07-12 16:43:01 +01:00
memberships.go use go module for dependencies () 2019-05-21 21:56:55 +01:00
profile.go Remove unnecessary http method checks () 2019-07-18 15:40:10 +08:00
register.go Prevent duplicate entries in the completed registration flows () 2019-07-17 11:55:25 +08:00
register_test.go use go module for dependencies () 2019-05-21 21:56:55 +01:00
routing.go Encode URLs properly () 2019-07-03 16:38:50 +01:00
sendevent.go use go module for dependencies () 2019-05-21 21:56:55 +01:00
sendtyping.go use go module for dependencies () 2019-05-21 21:56:55 +01:00
threepid.go use go module for dependencies () 2019-05-21 21:56:55 +01:00
voip.go use go module for dependencies () 2019-05-21 21:56:55 +01:00
whoami.go use go module for dependencies () 2019-05-21 21:56:55 +01:00