http_tools 0.1.0 → 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.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_tools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 0.1.0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthew Sadler
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-09 00:00:00 +00:00
18
+ date: 2011-04-10 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
- description: A collection of lower level utilities to aid working with HTTP, including a fast-as-possible pure Ruby HTTP parser.
22
+ description: A fast-as-possible pure Ruby HTTP parser plus associated lower level utilities to aid working with HTTP and the web.
23
23
  email: mat@sourcetagsandcodes.com
24
24
  executables: []
25
25
 
@@ -44,9 +44,11 @@ files:
44
44
  - test/runner.rb
45
45
  - bench/parser/request_bench.rb
46
46
  - bench/parser/response_bench.rb
47
+ - bench/transfer_encoding_chunked_bench.rb
47
48
  - profile/parser/request_profile.rb
48
49
  - profile/parser/response_profile.rb
49
50
  - example/http_client.rb
51
+ - example/http_server.rb
50
52
  - README.rdoc
51
53
  has_rdoc: true
52
54
  homepage: http://github.com/matsadler/http_tools