]> gitweb.factorcode.org Git - factor.git/commit
http: allow using ws:// or wss:// and use it in discord
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 29 Mar 2023 04:59:57 +0000 (23:59 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 14 Apr 2023 04:18:02 +0000 (23:18 -0500)
commitc8ff988ca48c952398f7bb00b51f01227fcf235c
tree0f045e58eb7f731b22b201b88b37f0116bd5b42f
parent9b9fda1ccf17611c6fdd9ec66775bb17cabdcf74
http: allow using ws:// or wss:// and use it in discord

wss:// adds the websocket upgrade headers to the request and then gets replaced by https://
basis/http/client/client.factor
basis/http/http.factor
basis/http/server/server.factor
basis/http/websockets/websockets.factor
basis/io/sockets/sockets-tests.factor
basis/urls/urls.factor
extra/discord/discord.factor
extra/http2/server/server.factor