ostinelli / net-http2

NetHttp2 is an HTTP/2 client for Ruby.
MIT License
140 stars 31 forks source link

Allow to use arrays for headers #27

Open ostinelli opened 6 years ago

ostinelli commented 6 years ago

Headers are currently a hash, however this does not allow to set multiple values for the same header key (such as the Set-Cookie header). Allowing to use arrays as headers solves this limitation.