Sha256: 39504b4620e52f4b6fd4446b2c438c9eb4259d22b3ca497677a2ecf90fd11a83
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
#!/usr/bin/env ruby # # Example of using the HTTP Gem with Celluloid::IO # Make sure to 'gem install celluloid-io' before running # # Run as: bundle exec examples/celluloid.rb # require 'celluloid/io' require 'http' puts HTTP.get("https://www.google.com/", :socket_class => Celluloid::IO::TCPSocket, :ssl_socket_class => Celluloid::IO::SSLSocket)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
http-0.5.0 | examples/celluloid.rb |
http-0.5.0.pre2 | examples/celluloid.rb |