httpclient 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/http-access2.rb +54 -0
- data/lib/http-access2/cookie.rb +1 -0
- data/lib/http-access2/http.rb +1 -0
- data/lib/httpclient.rb +2036 -0
- data/lib/httpclient/cacert.p7s +952 -0
- data/lib/httpclient/cookie.rb +541 -0
- data/lib/httpclient/http.rb +602 -0
- metadata +54 -0
metadata
ADDED
@@ -0,0 +1,54 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.2
|
3
|
+
specification_version: 1
|
4
|
+
name: httpclient
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: 2.1.0
|
7
|
+
date: 2007-07-12 00:00:00 +09:00
|
8
|
+
summary: gives something like the functionality of libwww-perl (LWP) in Ruby
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: nahi@ruby-lang.org
|
12
|
+
homepage: http://dev.ctor.org/http-access2
|
13
|
+
rubyforge_project:
|
14
|
+
description:
|
15
|
+
autorequire:
|
16
|
+
default_executable:
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: true
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
25
|
+
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
29
|
+
authors:
|
30
|
+
- NAKAMURA, Hiroshi
|
31
|
+
files:
|
32
|
+
- lib/httpclient.rb
|
33
|
+
- lib/http-access2.rb
|
34
|
+
- lib/httpclient
|
35
|
+
- lib/httpclient/cacert.p7s
|
36
|
+
- lib/httpclient/http.rb
|
37
|
+
- lib/httpclient/cookie.rb
|
38
|
+
- lib/http-access2
|
39
|
+
- lib/http-access2/http.rb
|
40
|
+
- lib/http-access2/cookie.rb
|
41
|
+
test_files: []
|
42
|
+
|
43
|
+
rdoc_options: []
|
44
|
+
|
45
|
+
extra_rdoc_files: []
|
46
|
+
|
47
|
+
executables: []
|
48
|
+
|
49
|
+
extensions: []
|
50
|
+
|
51
|
+
requirements: []
|
52
|
+
|
53
|
+
dependencies: []
|
54
|
+
|