0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-20 13:28:20 +02:00
dendrite/userapi
Kegsay 7c36fb78a7
Fix rooms v3 url paths for good - with tests (#1130)
* Fix rooms v3 url paths for good - with tests

- Add a test rig around `federationapi` to test routing.
- Use `JSONVerifier` over `KeyRing` so we can stub things out more easily.
- Add `test.NopJSONVerifier` which verifies nothing.
- Add `base.BaseMux` which is the original `mux.Router` used to spawn public/internal routers.
- Listen on `base.BaseMux` and not the default serve mux as it cleans paths which we don't want.
- Factor out `ListenAndServe` to `test.ListenAndServe` and add flag for listening on TLS.

* Fix comments

* Linting
2020-06-15 16:57:59 +01:00
..
api Add bare bones user API (#1127) 2020-06-15 09:54:11 +01:00
internal Add bare bones user API (#1127) 2020-06-15 09:54:11 +01:00
inthttp Add bare bones user API (#1127) 2020-06-15 09:54:11 +01:00
userapi.go Add bare bones user API (#1127) 2020-06-15 09:54:11 +01:00
userapi_test.go Fix rooms v3 url paths for good - with tests (#1130) 2020-06-15 16:57:59 +01:00