Tag: http

The Hypertext Transfer Protocol (HTTP) is the application protocol upon which the World Wide Web is built.  HTTPS adds security to HTTP using Transport Layer Security (TLS) or Secure Sockets Layer (SSL) to encrypt the underlying HTTP protocol. The Ruby standard library includes both Net::HTTP and Net::HTTPS.

There is a list of popular alternative HTTP client libraries in the Virtuous Code Ruby HTTP Client Library Survey.