An open API service indexing awesome lists of open source software.

https://github.com/thefox/ruby-http-example

Ruby HTTP/HTTPS Request Example
https://github.com/thefox/ruby-http-example

examples http https public-domain ruby unlicensed

Last synced: 9 months ago
JSON representation

Ruby HTTP/HTTPS Request Example

Awesome Lists containing this project

README

          

# Ruby HTTP/HTTPS Request Example

- [Example for HTTP/HTTPS](example.rb)

Because I always forget how to make correct HTTP/HTTPS requests with [Ruby](https://www.ruby-lang.org/).

See [net/http](https://ruby-doc.org/stdlib-2.3.3/libdoc/net/http/rdoc/Net/HTTP.html).