twitter / hbc

A Java HTTP client for consuming Twitter's realtime Streaming API
https://developer.twitter.com/en/docs/tweets/filter-realtime/overview
Apache License 2.0
962 stars 373 forks source link

Use https instead of http in urls #197

Closed alanbato closed 5 years ago

alanbato commented 5 years ago

This PR changes every instance of an http url to its https version for security reasons.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 56.196% when pulling 796f8aa6d7989988801f602064228497bd329979 on add_tls_to_urls into 72a8d0b44ba824a722cf4ee7ed9f9bc34d02d92c on master.

tcoy2 commented 5 years ago

Will this update be available on maven soon?