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
- Host: GitHub
- URL: https://github.com/thefox/ruby-http-example
- Owner: TheFox
- License: unlicense
- Created: 2016-11-28T23:19:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T12:06:49.000Z (over 4 years ago)
- Last Synced: 2025-03-12T23:01:53.720Z (10 months ago)
- Topics: examples, http, https, public-domain, ruby, unlicensed
- Language: Ruby
- Homepage: https://fox21.at
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).