twilio-rs
twilio-rs copied to clipboard
Make authentication optional
This library currently assumes that HTTPS will be used as discussed here.
This change would allow testing to be done using HTTP. This would allow a new user to test the library more quickly without having to put a certificate on their test server.
Because I updated my master branch before creating this change, this pull request also includes the contents of https://github.com/neil-lobracco/twilio-rs/pull/3 and https://github.com/neil-lobracco/twilio-rs/pull/4. Sorry about the confusion.
@kecolus Hmm, is it not just as easy to use something like ngrok for testing? I typically like to assume https always if I can help it.