Sha256: 4fd1822958bd8db281daa8c16968360e14e754b7b99c718914700be71fbfcd75
Contents?: true
Size: 431 Bytes
Versions: 11
Compression:
Stored size: 431 Bytes
Contents
#!/usr/bin/env ruby1.9.1 Dir.chdir(File.dirname(__FILE__)) require "../../knjrbfw.rb" require "../autoload" http = Http2.new(:host => "www.partyworm.dk", :port => 80, :ssl => false) resp = http.get(:url => "/?show=frontpage") resp = http.get(:url => "/?show=login") #print "Wee!\n" #exit http = Http2.new(:host => "mexico.balance4u.com", :port => 443, :ssl => true) resp = http.get(:url => "/") Knj::Php.print_r(http.cookies)
Version data entries
11 entries across 11 versions & 1 rubygems