flodgatt/src
Daniel Sockwell f3b86ddac8 Add CORS support
Cross-Origin requests were already implicitly allowed, but this
commit allows them explicitly and prohibits request methods other
than GET.
2019-07-04 14:00:35 -04:00
..
.env Add dotenv configuration 2019-05-10 06:22:26 -04:00
error.rs Revised WebSocket implementation 2019-05-10 01:47:29 -04:00
main.rs Add CORS support 2019-07-04 14:00:35 -04:00
query.rs Basic WebSocket support 2019-05-09 11:52:05 -04:00
receiver.rs Add dotenv configuration 2019-05-10 06:22:26 -04:00
redis_cmd.rs Revised WebSocket implementation 2019-05-10 01:47:29 -04:00
stream.rs Support passing access tokens via Sec-WebSocket-Protocol header 2019-07-04 10:57:15 -04:00
timeline.rs Support passing access tokens via Sec-WebSocket-Protocol header 2019-07-04 10:57:15 -04:00
user.rs Check oauth scopes and reject unauthorized requests 2019-07-04 13:27:11 -04:00
ws.rs Revised WebSocket implementation 2019-05-10 01:47:29 -04:00