pusher-http-rust
pusher-http-rust copied to clipboard
Make validation regexes global
I think the regex could be moved to the instance level instead of the function. I don't think rust allows global regexes like in go.