async-http 0.62.0 → 0.64.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/async/http/protocol/http1/server.rb +1 -1
- data/lib/async/http/protocol/http2/connection.rb +1 -0
- data/lib/async/http/protocol/http2/server.rb +1 -1
- data/lib/async/http/protocol/https.rb +0 -18
- data/lib/async/http/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +9 -9
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c40a57758ae5ea41adfa4340af200489f37a70725746e86f212ac130c3e3c56
|
4
|
+
data.tar.gz: '088337148f9ecc40f9bdc93d30618038a8e60ae9436d0f26d78246027c6b3937'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 811b2e32cfc64991a89aff3ebe076f8c1e53c32dd8f4e2ffa8aa42b2413e23e673a74c7af8acc1e1b6bfee62a799950dd9ccfc0dcd7b6dd2691a675c1b9d837f
|
7
|
+
data.tar.gz: a119d79e491c25291553902d026396004f78be5716831a4ea3f38415cde3c37fa6812f32431e6120f5bcbb5f275a533cdf52557a049e5010f582c6909f81e0d1
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -9,24 +9,6 @@ require_relative 'http11'
|
|
9
9
|
|
10
10
|
require_relative 'http2'
|
11
11
|
|
12
|
-
require 'openssl'
|
13
|
-
|
14
|
-
unless OpenSSL::SSL::SSLContext.instance_methods.include? :alpn_protocols=
|
15
|
-
warn "OpenSSL implementation doesn't support ALPN."
|
16
|
-
|
17
|
-
class OpenSSL::SSL::SSLContext
|
18
|
-
def alpn_protocols= names
|
19
|
-
return names
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
class OpenSSL::SSL::SSLSocket
|
24
|
-
def alpn_protocol
|
25
|
-
return nil
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
12
|
module Async
|
31
13
|
module HTTP
|
32
14
|
module Protocol
|
data/lib/async/http/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: async-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.64.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -54,7 +54,7 @@ cert_chain:
|
|
54
54
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
55
55
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
56
56
|
-----END CERTIFICATE-----
|
57
|
-
date: 2024-
|
57
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
58
58
|
dependencies:
|
59
59
|
- !ruby/object:Gem::Dependency
|
60
60
|
name: async
|
@@ -104,42 +104,42 @@ dependencies:
|
|
104
104
|
requirements:
|
105
105
|
- - "~>"
|
106
106
|
- !ruby/object:Gem::Version
|
107
|
-
version: 0.
|
107
|
+
version: 0.26.0
|
108
108
|
type: :runtime
|
109
109
|
prerelease: false
|
110
110
|
version_requirements: !ruby/object:Gem::Requirement
|
111
111
|
requirements:
|
112
112
|
- - "~>"
|
113
113
|
- !ruby/object:Gem::Version
|
114
|
-
version: 0.
|
114
|
+
version: 0.26.0
|
115
115
|
- !ruby/object:Gem::Dependency
|
116
116
|
name: protocol-http1
|
117
117
|
requirement: !ruby/object:Gem::Requirement
|
118
118
|
requirements:
|
119
119
|
- - "~>"
|
120
120
|
- !ruby/object:Gem::Version
|
121
|
-
version: 0.
|
121
|
+
version: 0.18.0
|
122
122
|
type: :runtime
|
123
123
|
prerelease: false
|
124
124
|
version_requirements: !ruby/object:Gem::Requirement
|
125
125
|
requirements:
|
126
126
|
- - "~>"
|
127
127
|
- !ruby/object:Gem::Version
|
128
|
-
version: 0.
|
128
|
+
version: 0.18.0
|
129
129
|
- !ruby/object:Gem::Dependency
|
130
130
|
name: protocol-http2
|
131
131
|
requirement: !ruby/object:Gem::Requirement
|
132
132
|
requirements:
|
133
133
|
- - "~>"
|
134
134
|
- !ruby/object:Gem::Version
|
135
|
-
version: 0.
|
135
|
+
version: 0.16.0
|
136
136
|
type: :runtime
|
137
137
|
prerelease: false
|
138
138
|
version_requirements: !ruby/object:Gem::Requirement
|
139
139
|
requirements:
|
140
140
|
- - "~>"
|
141
141
|
- !ruby/object:Gem::Version
|
142
|
-
version: 0.
|
142
|
+
version: 0.16.0
|
143
143
|
- !ruby/object:Gem::Dependency
|
144
144
|
name: traces
|
145
145
|
requirement: !ruby/object:Gem::Requirement
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
223
|
requirements: []
|
224
|
-
rubygems_version: 3.
|
224
|
+
rubygems_version: 3.5.3
|
225
225
|
signing_key:
|
226
226
|
specification_version: 4
|
227
227
|
summary: A HTTP client and server library.
|
metadata.gz.sig
CHANGED
Binary file
|