cool.io-http 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitmodules ADDED
@@ -0,0 +1,3 @@
1
+ [submodule "task"]
2
+ path = task
3
+ url = git://github.com/godfat/gemgem.git
data/CHANGES.md ADDED
@@ -0,0 +1,5 @@
1
+ # CHANGES
2
+
3
+ ## cool.io-http 0.2.0 -- 2012-01-01
4
+
5
+ * Birthday!
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,76 @@
1
+ # cool.io-http
2
+
3
+ by Lin Jen-Shin ([godfat](http://godfat.org))
4
+
5
+ ## LINKS:
6
+
7
+ * [github](https://github.com/godfat/cool.io-http)
8
+ * [rubygems](https://rubygems.org/gems/cool.io-http)
9
+ * [rdoc](http://rdoc.info/github/godfat/cool.io-http)
10
+
11
+ ## DESCRIPTION:
12
+
13
+ Simpler HTTP for [cool.io][]
14
+
15
+ [cool.io]: https://github.com/tarcieri/cool.io
16
+
17
+ ## REQUIREMENTS:
18
+
19
+ * cool.io
20
+ * mime-types
21
+
22
+ ## INSTALLATION:
23
+
24
+ gem install cool.io-http
25
+
26
+ ## SYNOPSIS:
27
+
28
+ Asynchrony client:
29
+
30
+ require 'cool.io/http'
31
+
32
+ Coolio::Http.request(:url => 'http://example.com'){ |response, headers|
33
+ puts "Response: #{response}"
34
+ puts
35
+ puts " Headers: #{headers}"
36
+ }
37
+
38
+ Coolio::Loop.default.run
39
+
40
+ Fiber-aware synchrony client:
41
+
42
+ require 'cool.io/http'
43
+
44
+ Fiber.new{
45
+ Coolio::HttpFiber.request(:url => 'http://example.com'){ |r, h|
46
+ puts "Response: #{r}"
47
+ puts
48
+ puts " Headers: #{h}"
49
+ }
50
+ puts "DONE"
51
+ }.resume
52
+
53
+ puts "GO"
54
+ Coolio::Loop.default.run
55
+
56
+ ## CONTRIBUTORS:
57
+
58
+ * Lin Jen-Shin (@godfat)
59
+
60
+ ## LICENSE:
61
+
62
+ Apache License 2.0
63
+
64
+ Copyright (c) 2011, Lin Jen-Shin (godfat)
65
+
66
+ Licensed under the Apache License, Version 2.0 (the "License");
67
+ you may not use this file except in compliance with the License.
68
+ You may obtain a copy of the License at
69
+
70
+ <http://www.apache.org/licenses/LICENSE-2.0>
71
+
72
+ Unless required by applicable law or agreed to in writing, software
73
+ distributed under the License is distributed on an "AS IS" BASIS,
74
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75
+ See the License for the specific language governing permissions and
76
+ limitations under the License.
data/Rakefile ADDED
@@ -0,0 +1,18 @@
1
+
2
+ require "#{dir = File.dirname(__FILE__)}/task/gemgem"
3
+ Gemgem.dir = dir
4
+
5
+ ($LOAD_PATH << File.expand_path("#{Gemgem.dir}/lib")).uniq!
6
+
7
+ desc 'Generate gemspec'
8
+ task 'gem:spec' do
9
+ Gemgem.spec = Gemgem.create do |s|
10
+ require 'cool.io-http/version'
11
+ s.name = 'cool.io-http'
12
+ s.version = CoolioHttp::VERSION
13
+
14
+ %w[cool.io mime-types].each{ |g| s.add_runtime_dependency(g) }
15
+ end
16
+
17
+ Gemgem.write
18
+ end
data/TODO.md ADDED
@@ -0,0 +1,3 @@
1
+ # TODO
2
+
3
+ * streaming payload body
@@ -0,0 +1,49 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = "cool.io-http"
5
+ s.version = "0.2.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Lin Jen-Shin (godfat)"]
9
+ s.date = "2012-01-01"
10
+ s.description = "Simpler HTTP for [cool.io][]\n\n[cool.io]: https://github.com/tarcieri/cool.io"
11
+ s.email = ["godfat (XD) godfat.org"]
12
+ s.files = [
13
+ ".gitmodules",
14
+ "CHANGES.md",
15
+ "LICENSE",
16
+ "README.md",
17
+ "Rakefile",
18
+ "TODO.md",
19
+ "cool.io-http.gemspec",
20
+ "lib/cool.io-http.rb",
21
+ "lib/cool.io-http/version.rb",
22
+ "lib/cool.io/http.rb",
23
+ "lib/cool.io/http/payload.rb",
24
+ "lib/cool.io/http_fiber.rb",
25
+ "task/.git",
26
+ "task/.gitignore",
27
+ "task/gemgem.rb",
28
+ "test/test_http.rb"]
29
+ s.homepage = "https://github.com/godfat/cool.io-http"
30
+ s.require_paths = ["lib"]
31
+ s.rubygems_version = "1.8.13"
32
+ s.summary = "Simpler HTTP for [cool.io][]"
33
+ s.test_files = ["test/test_http.rb"]
34
+
35
+ if s.respond_to? :specification_version then
36
+ s.specification_version = 3
37
+
38
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
39
+ s.add_runtime_dependency(%q<cool.io>, [">= 0"])
40
+ s.add_runtime_dependency(%q<mime-types>, [">= 0"])
41
+ else
42
+ s.add_dependency(%q<cool.io>, [">= 0"])
43
+ s.add_dependency(%q<mime-types>, [">= 0"])
44
+ end
45
+ else
46
+ s.add_dependency(%q<cool.io>, [">= 0"])
47
+ s.add_dependency(%q<mime-types>, [">= 0"])
48
+ end
49
+ end
@@ -0,0 +1,2 @@
1
+
2
+ require 'cool.io/http'
@@ -0,0 +1,4 @@
1
+
2
+ module CoolioHttp
3
+ VERSION = '0.2.0'
4
+ end
@@ -0,0 +1,55 @@
1
+
2
+ require 'uri'
3
+ require 'cool.io'
4
+ require 'cool.io/http/payload'
5
+
6
+ module Coolio
7
+ autoload :HttpFiber, 'cool.io/http_fiber'
8
+ end
9
+
10
+ class Coolio::Http < Coolio::HttpClient
11
+ def self.request opts={}, &block
12
+ method = opts[:method] || opts['method'] || :get
13
+ url = opts[:url] || opts['url']
14
+ payload = opts[:payload] || opts['payload'] || {}
15
+ headers = opts[:headers] || opts['headers'] || {}
16
+ query = opts[:query] || opts['query'] || {}
17
+ loop = opts[:loop] || opts['loop'] || Coolio::Loop.default
18
+
19
+ uri = URI.parse(url)
20
+ path = if uri.path.strip.empty? then '/' else uri.path end
21
+ q = (uri.query || '').split('&').inject({}){ |r, i|
22
+ k, v = i.split('=')
23
+ r[k] = v
24
+ r}.merge(query.inject({}){ |r, (k, v)| r[k.to_s] = v.to_s; r })
25
+ p = Payload.generate(payload)
26
+
27
+ connect(uri.host, uri.port).attach(loop).
28
+ request(method.to_s.upcase, path, :query => q,
29
+ :head => p.headers.merge(headers),
30
+ :body => p.read, &block)
31
+ end
32
+
33
+ def initialize socket
34
+ super
35
+ @http_data = []
36
+ end
37
+
38
+ def request method, path, opts={}, &block
39
+ @http_callback = block
40
+ super
41
+ end
42
+
43
+ def on_response_header response_header
44
+ @http_response_header = response_header
45
+ end
46
+
47
+ def on_body_data data
48
+ @http_data << data
49
+ end
50
+
51
+ def on_request_complete
52
+ super
53
+ @http_callback.call(@http_data.join, @http_response_header)
54
+ end
55
+ end
@@ -0,0 +1,238 @@
1
+
2
+ # stole from rest-client
3
+
4
+ require 'tempfile'
5
+ require 'stringio'
6
+ require 'mime/types'
7
+
8
+ class Coolio::Http < Coolio::HttpClient
9
+ module Payload
10
+ extend self
11
+
12
+ def generate(params)
13
+ if params.is_a?(String)
14
+ Base.new(params)
15
+ elsif params.respond_to?(:read)
16
+ Streamed.new(params)
17
+ elsif params
18
+ if params.delete(:multipart) == true || has_file?(params)
19
+ Multipart.new(params)
20
+ else
21
+ UrlEncoded.new(params)
22
+ end
23
+ else
24
+ nil
25
+ end
26
+ end
27
+
28
+ def has_file?(params)
29
+ params.any? do |_, v|
30
+ case v
31
+ when Hash
32
+ has_file?(v)
33
+ when Array
34
+ has_file_array?(v)
35
+ else
36
+ v.respond_to?(:path) && v.respond_to?(:read)
37
+ end
38
+ end
39
+ end
40
+
41
+ def has_file_array?(params)
42
+ params.any? do |v|
43
+ case v
44
+ when Hash
45
+ has_file?(v)
46
+ when Array
47
+ has_file_array?(v)
48
+ else
49
+ v.respond_to?(:path) && v.respond_to?(:read)
50
+ end
51
+ end
52
+ end
53
+
54
+ class Base
55
+ def initialize(params)
56
+ build_stream(params)
57
+ end
58
+
59
+ def build_stream(params)
60
+ @stream = StringIO.new(params)
61
+ @stream.seek(0)
62
+ end
63
+
64
+ def read(bytes=nil)
65
+ @stream.read(bytes)
66
+ end
67
+
68
+ alias :to_s :read
69
+
70
+ # Flatten parameters by converting hashes of hashes to flat hashes
71
+ # {keys1 => {keys2 => value}} will be transformed into [keys1[key2], value]
72
+ def flatten_params(params, parent_key = nil)
73
+ result = []
74
+ params.each do |key, value|
75
+ calculated_key = parent_key ? "#{parent_key}[#{handle_key(key)}]" : handle_key(key)
76
+ if value.is_a? Hash
77
+ result += flatten_params(value, calculated_key)
78
+ elsif value.is_a? Array
79
+ result += flatten_params_array(value, calculated_key)
80
+ else
81
+ result << [calculated_key, value]
82
+ end
83
+ end
84
+ result
85
+ end
86
+
87
+ def flatten_params_array value, calculated_key
88
+ result = []
89
+ value.each do |elem|
90
+ if elem.is_a? Hash
91
+ result += flatten_params(elem, calculated_key)
92
+ elsif elem.is_a? Array
93
+ result += flatten_params_array(elem, calculated_key)
94
+ else
95
+ result << ["#{calculated_key}[]", elem]
96
+ end
97
+ end
98
+ result
99
+ end
100
+
101
+ def headers
102
+ {'Content-Length' => size.to_s}
103
+ end
104
+
105
+ def size
106
+ @stream.size
107
+ end
108
+
109
+ alias :length :size
110
+
111
+ def close
112
+ @stream.close unless @stream.closed?
113
+ end
114
+
115
+ def inspect
116
+ result = to_s.inspect
117
+ @stream.seek(0)
118
+ result
119
+ end
120
+
121
+ def short_inspect
122
+ (size > 500 ? "#{size} byte(s) length" : inspect)
123
+ end
124
+
125
+ end
126
+
127
+ class Streamed < Base
128
+ def build_stream(params = nil)
129
+ @stream = params
130
+ end
131
+
132
+ def size
133
+ if @stream.respond_to?(:size)
134
+ @stream.size
135
+ elsif @stream.is_a?(IO)
136
+ @stream.stat.size
137
+ end
138
+ end
139
+
140
+ alias :length :size
141
+ end
142
+
143
+ class UrlEncoded < Base
144
+ def build_stream(params = nil)
145
+ @stream = StringIO.new(flatten_params(params).collect do |entry|
146
+ "#{entry[0]}=#{handle_key(entry[1])}"
147
+ end.join("&"))
148
+ @stream.seek(0)
149
+ end
150
+
151
+ # for UrlEncoded escape the keys
152
+ def handle_key key
153
+ URI.escape(key.to_s, Regexp.new("[^#{URI::PATTERN::UNRESERVED}]"))
154
+ end
155
+
156
+ def headers
157
+ super.merge({'Content-Type' => 'application/x-www-form-urlencoded'})
158
+ end
159
+ end
160
+
161
+ class Multipart < Base
162
+ EOL = "\r\n"
163
+
164
+ def build_stream(params)
165
+ b = "--#{boundary}"
166
+
167
+ @stream = Tempfile.new("RESTClient.Stream.#{rand(1000)}")
168
+ @stream.binmode
169
+ @stream.write(b + EOL)
170
+
171
+ if params.is_a? Hash
172
+ x = flatten_params(params)
173
+ else
174
+ x = params
175
+ end
176
+
177
+ last_index = x.length - 1
178
+ x.each_with_index do |a, index|
179
+ k, v = * a
180
+ if v.respond_to?(:read) && v.respond_to?(:path)
181
+ create_file_field(@stream, k, v)
182
+ else
183
+ create_regular_field(@stream, k, v)
184
+ end
185
+ @stream.write(EOL + b)
186
+ @stream.write(EOL) unless last_index == index
187
+ end
188
+ @stream.write('--')
189
+ @stream.write(EOL)
190
+ @stream.seek(0)
191
+ end
192
+
193
+ def create_regular_field(s, k, v)
194
+ s.write("Content-Disposition: form-data; name=\"#{k}\"")
195
+ s.write(EOL)
196
+ s.write(EOL)
197
+ s.write(v)
198
+ end
199
+
200
+ def create_file_field(s, k, v)
201
+ begin
202
+ s.write("Content-Disposition: form-data;")
203
+ s.write(" name=\"#{k}\";") unless (k.nil? || k=='')
204
+ s.write(" filename=\"#{v.respond_to?(:original_filename) ? v.original_filename : File.basename(v.path)}\"#{EOL}")
205
+ s.write("Content-Type: #{v.respond_to?(:content_type) ? v.content_type : mime_for(v.path)}#{EOL}")
206
+ s.write(EOL)
207
+ while data = v.read(8124)
208
+ s.write(data)
209
+ end
210
+ ensure
211
+ v.close if v.respond_to?(:close)
212
+ end
213
+ end
214
+
215
+ def mime_for(path)
216
+ mime = MIME::Types.type_for path
217
+ mime.empty? ? 'text/plain' : mime[0].content_type
218
+ end
219
+
220
+ def boundary
221
+ @boundary ||= rand(1_000_000).to_s
222
+ end
223
+
224
+ # for Multipart do not escape the keys
225
+ def handle_key key
226
+ key
227
+ end
228
+
229
+ def headers
230
+ super.merge({'Content-Type' => %Q{multipart/form-data; boundary=#{boundary}}})
231
+ end
232
+
233
+ def close
234
+ @stream.close!
235
+ end
236
+ end
237
+ end
238
+ end
@@ -0,0 +1,13 @@
1
+
2
+ require 'fiber'
3
+
4
+ class Coolio::HttpFiber < Coolio::Http
5
+ def self.request opts={}
6
+ f = Fiber.current
7
+ super(opts){ |response, headers|
8
+ yield(response, headers)
9
+ f.resume
10
+ }
11
+ Fiber.yield
12
+ end
13
+ end
data/task/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.rbc
data/task/gemgem.rb ADDED
@@ -0,0 +1,265 @@
1
+
2
+ require 'pathname'
3
+
4
+ module Gemgem
5
+ class << self
6
+ attr_accessor :dir, :spec
7
+ end
8
+
9
+ module_function
10
+ def create
11
+ yield(spec = Gem::Specification.new{ |s|
12
+ s.authors = ['Lin Jen-Shin (godfat)']
13
+ s.email = ['godfat (XD) godfat.org']
14
+
15
+ s.description = description.join
16
+ s.summary = description.first
17
+
18
+ s.rubygems_version = Gem::VERSION
19
+ s.date = Time.now.strftime('%Y-%m-%d')
20
+ s.files = gem_files
21
+ s.test_files = gem_files.grep(%r{^test/(.+?/)*test_.+?\.rb$})
22
+ s.executables = Dir['bin/*'].map{ |f| File.basename(f) }
23
+ s.require_paths = %w[lib]
24
+ })
25
+ spec.homepage ||= "https://github.com/godfat/#{spec.name}"
26
+ spec
27
+ end
28
+
29
+ def readme
30
+ path = %w[README.md README].find{ |name|
31
+ File.exist?("#{Gemgem.dir}/#{name}")
32
+ }
33
+ @readme ||=
34
+ if path
35
+ ps = File.read(path).scan(/#+[^\n]+\n\n.+?(?=\n\n#+[^\n]+\n)/m)
36
+ ps.inject({'HEADER' => ps.first}){ |r, s, i|
37
+ r[s[/\w+/]] = s
38
+ r
39
+ }
40
+ else
41
+ {}
42
+ end
43
+ end
44
+
45
+ def description
46
+ @description ||= (readme['DESCRIPTION']||'').sub(/.+\n\n/, '').lines.to_a
47
+ end
48
+
49
+ def changes
50
+ path = %w[CHANGES.md CHANGES].find{ |name|
51
+ File.exist?("#{Gemgem.dir}/#{name}")
52
+ }
53
+ @changes ||=
54
+ if path
55
+ date = '\d+{4}\-\d+{2}\-\d{2}'
56
+ File.read(path).match(
57
+ /([^\n]+#{date}\n\n(.+?))(?=\n\n[^\n]+#{date}\n|\Z)/m)[1]
58
+ else
59
+ ''
60
+ end
61
+ end
62
+
63
+ def ann_md
64
+ "##{readme['HEADER'].sub(/([\w\-]+)/, "[\\1](#{spec.homepage})")}\n\n" \
65
+ "##{readme['DESCRIPTION'][/[^\n]+\n\n[^\n]+/]}\n\n" \
66
+ "### CHANGES:\n\n" \
67
+ "###{changes}\n\n" \
68
+ "##{readme['INSTALLATION']}\n\n" +
69
+ if readme['SYNOPSIS'] then "##{readme['SYNOPSIS']}" else '' end
70
+ end
71
+
72
+ def ann_html
73
+ gem 'nokogiri'
74
+ gem 'kramdown'
75
+
76
+ IO.popen('kramdown', 'r+') do |md|
77
+ md.puts Gemgem.ann_md
78
+ md.close_write
79
+ require 'nokogiri'
80
+ html = Nokogiri::XML.parse("<gemgem>#{md.read}</gemgem>")
81
+ html.css('*').each{ |n| n.delete('id') }
82
+ html.root.children.to_html
83
+ end
84
+ end
85
+
86
+ def ann_email
87
+ "#{readme['HEADER'].sub(/([\w\-]+)/, "\\1 <#{spec.homepage}>")}\n\n" \
88
+ "#{readme['DESCRIPTION']}\n\n" \
89
+ "#{readme['INSTALLATION']}\n\n" +
90
+ if readme['SYNOPSIS'] then "##{readme['SYNOPSIS']}\n\n" else '' end +
91
+ "## CHANGES:\n\n" \
92
+ "##{changes}\n\n"
93
+ end
94
+
95
+ def gem_tag
96
+ "#{spec.name}-#{spec.version}"
97
+ end
98
+
99
+ def write
100
+ File.open("#{dir}/#{spec.name}.gemspec", 'w'){ |f|
101
+ f << split_lines(spec.to_ruby) }
102
+ end
103
+
104
+ def split_lines ruby
105
+ ruby.gsub(/(.+?)\[(.+?)\]/){ |s|
106
+ if $2.index(',')
107
+ "#{$1}[\n #{$2.split(',').map(&:strip).join(",\n ")}]"
108
+ else
109
+ s
110
+ end
111
+ }
112
+ end
113
+
114
+ def all_files
115
+ @all_files ||= find_files(Pathname.new(dir)).map{ |file|
116
+ if file.to_s =~ %r{\.git/}
117
+ nil
118
+ else
119
+ file.to_s
120
+ end
121
+ }.compact.sort
122
+ end
123
+
124
+ def gem_files
125
+ @gem_files ||= all_files - ignored_files
126
+ end
127
+
128
+ def ignored_files
129
+ @ignored_file ||= all_files.select{ |path| ignore_patterns.find{ |ignore|
130
+ path =~ ignore && !git_files.include?(path)}}
131
+ end
132
+
133
+ def git_files
134
+ @git_files ||= if File.exist?("#{dir}/.git")
135
+ `git ls-files`.split("\n")
136
+ else
137
+ []
138
+ end
139
+ end
140
+
141
+ # protected
142
+ def find_files path
143
+ path.children.select(&:file?).map{|file| file.to_s[(dir.size+1)..-1]} +
144
+ path.children.select(&:directory?).map{|dir| find_files(dir)}.flatten
145
+ end
146
+
147
+ def ignore_patterns
148
+ @ignore_files ||= expand_patterns(
149
+ gitignore.split("\n").reject{ |pattern|
150
+ pattern.strip == ''
151
+ }).map{ |pattern| %r{^([^/]+/)*?#{Regexp.escape(pattern)}(/[^/]+)*?$} }
152
+ end
153
+
154
+ def expand_patterns pathes
155
+ pathes.map{ |path|
156
+ if path !~ /\*/
157
+ path
158
+ else
159
+ expand_patterns(
160
+ Dir[path] +
161
+ Pathname.new(File.dirname(path)).children.select(&:directory?).
162
+ map{ |prefix| "#{prefix}/#{File.basename(path)}" })
163
+ end
164
+ }.flatten
165
+ end
166
+
167
+ def gitignore
168
+ if File.exist?(path = "#{dir}/.gitignore")
169
+ File.read(path)
170
+ else
171
+ ''
172
+ end
173
+ end
174
+ end
175
+
176
+ namespace :gem do
177
+
178
+ desc 'Install gem'
179
+ task :install => [:build] do
180
+ sh("#{Gem.ruby} -S gem install pkg/#{Gemgem.gem_tag}")
181
+ end
182
+
183
+ desc 'Build gem'
184
+ task :build => [:spec] do
185
+ sh("#{Gem.ruby} -S gem build #{Gemgem.spec.name}.gemspec")
186
+ sh("mkdir -p pkg")
187
+ sh("mv #{Gemgem.gem_tag}.gem pkg/")
188
+ end
189
+
190
+ desc 'Release gem'
191
+ task :release => [:spec, :check, :build] do
192
+ sh("git tag #{Gemgem.gem_tag}")
193
+ sh("git push")
194
+ sh("git push --tags")
195
+ sh("#{Gem.ruby} -S gem push pkg/#{Gemgem.gem_tag}.gem")
196
+ end
197
+
198
+ task :check do
199
+ ver = Gemgem.spec.version.to_s
200
+
201
+ if ENV['VERSION'].nil?
202
+ puts("\e[35mExpected " \
203
+ "\e[33mVERSION\e[35m=\e[33m#{ver}\e[0m")
204
+ exit(1)
205
+
206
+ elsif ENV['VERSION'] != ver
207
+ puts("\e[35mExpected \e[33mVERSION\e[35m=\e[33m#{ver} " \
208
+ "\e[35mbut got\n " \
209
+ "\e[33mVERSION\e[35m=\e[33m#{ENV['VERSION']}\e[0m")
210
+ exit(2)
211
+ end
212
+ end
213
+
214
+ end # of gem namespace
215
+
216
+ desc 'Run tests in memory'
217
+ task :test do
218
+ require 'bacon'
219
+ Bacon.extend(Bacon::TestUnitOutput)
220
+ Bacon.summary_on_exit
221
+ $LOAD_PATH.unshift('lib')
222
+ Dir['./test/**/test_*.rb'].each{ |file| require file[0..-4] }
223
+ end
224
+
225
+ desc 'Run tests with shell'
226
+ task 'test:shell', :RUBY_OPTS do |t, args|
227
+ files = Dir['test/**/test_*.rb'].join(' ')
228
+
229
+ cmd = [Gem.ruby, args[:RUBY_OPTS],
230
+ '-I', 'lib', '-S', 'bacon', '--quiet', files]
231
+
232
+ sh(cmd.compact.join(' '))
233
+ end
234
+
235
+ desc 'Generate ann markdown'
236
+ task 'ann:md' => ['gem:spec'] do
237
+ puts Gemgem.ann_md
238
+ end
239
+
240
+ desc 'Generate ann html'
241
+ task 'ann:html' => ['gem:spec'] do
242
+ puts Gemgem.ann_html
243
+ end
244
+
245
+ desc 'Generate ann email'
246
+ task 'ann:email' => ['gem:spec'] do
247
+ puts Gemgem.ann_email
248
+ end
249
+
250
+ desc 'Generate rdoc'
251
+ task :doc => ['gem:spec'] do
252
+ sh("yardoc -o rdoc --main README.md" \
253
+ " --files #{Gemgem.spec.extra_rdoc_files.join(',')}")
254
+ end
255
+
256
+ desc 'Remove ignored files'
257
+ task :clean => ['gem:spec'] do
258
+ trash = "~/.Trash/#{Gemgem.spec.name}/"
259
+ sh "mkdir -p #{trash}" unless File.exist?(File.expand_path(trash))
260
+ Gemgem.ignored_files.each{ |file| sh "mv #{file} #{trash}" }
261
+ end
262
+
263
+ task :default do
264
+ puts `#{Gem.ruby} -S #{$PROGRAM_NAME} -T`
265
+ end
data/test/test_http.rb ADDED
@@ -0,0 +1,21 @@
1
+
2
+ require 'cool.io/http'
3
+
4
+ def request klass
5
+ klass.request(:url => 'http://example.com'){ |response, headers|
6
+ puts "Response: #{response}"
7
+ puts
8
+ puts " Headers: #{headers}"
9
+ }
10
+ end
11
+
12
+ request(Coolio::Http)
13
+ Coolio::Loop.default.run
14
+ puts
15
+
16
+ Fiber.new{
17
+ request(Coolio::HttpFiber)
18
+ puts "DONE"
19
+ }.resume
20
+ puts "GO"
21
+ Coolio::Loop.default.run
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cool.io-http
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Lin Jen-Shin (godfat)
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-01-01 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: cool.io
16
+ requirement: &2168638220 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *2168638220
25
+ - !ruby/object:Gem::Dependency
26
+ name: mime-types
27
+ requirement: &2168637040 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *2168637040
36
+ description: ! 'Simpler HTTP for [cool.io][]
37
+
38
+
39
+ [cool.io]: https://github.com/tarcieri/cool.io'
40
+ email:
41
+ - godfat (XD) godfat.org
42
+ executables: []
43
+ extensions: []
44
+ extra_rdoc_files: []
45
+ files:
46
+ - .gitmodules
47
+ - CHANGES.md
48
+ - LICENSE
49
+ - README.md
50
+ - Rakefile
51
+ - TODO.md
52
+ - cool.io-http.gemspec
53
+ - lib/cool.io-http.rb
54
+ - lib/cool.io-http/version.rb
55
+ - lib/cool.io/http.rb
56
+ - lib/cool.io/http/payload.rb
57
+ - lib/cool.io/http_fiber.rb
58
+ - task/.git
59
+ - task/.gitignore
60
+ - task/gemgem.rb
61
+ - test/test_http.rb
62
+ homepage: https://github.com/godfat/cool.io-http
63
+ licenses: []
64
+ post_install_message:
65
+ rdoc_options: []
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ none: false
70
+ requirements:
71
+ - - ! '>='
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ! '>='
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ requirements: []
81
+ rubyforge_project:
82
+ rubygems_version: 1.8.13
83
+ signing_key:
84
+ specification_version: 3
85
+ summary: Simpler HTTP for [cool.io][]
86
+ test_files:
87
+ - test/test_http.rb