Module saito_rust::networking::handlers[][src]

Functions

get block handler.

POST tx filter. TODO remove this? I believe we want ot use the socket for everything… There is a SNDTRANS command which does this, but is currently unused Let’s keep this around for now in case we want to resurrect the spammer… Once SNDBLKHD is being actively used, this should be deleted.

websocket upgrade handler. accepts an http connection and upgrades it to WebSocket. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade Thanks, Ryan Dahl!!