Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / socketry/protocol-http issues and pull requests

#74 - Add `priority` header according to RFC9218.

Pull Request - State: closed - Opened by ioquatix about 2 months ago

#73 - Add priority header.

Pull Request - State: closed - Opened by ioquatix about 2 months ago

#72 - Add `Protocol::HTTP::Peer` interface.

Pull Request - State: closed - Opened by ioquatix 2 months ago

#71 - Invoke close on input stream when input is finished.

Pull Request - State: closed - Opened by ioquatix 4 months ago - 1 comment

#70 - Fix: undefined method split for an instance of Integer (NoMethodError)

Pull Request - State: closed - Opened by platbr 4 months ago - 8 comments

#69 - Introduce `Body#discard` for efficiently ignoring body.

Pull Request - State: closed - Opened by ioquatix 4 months ago

#68 - Use `Fiber.schedule` in Streamable.

Pull Request - State: closed - Opened by ioquatix 4 months ago

#67 - Improved streamable body implementation.

Pull Request - State: closed - Opened by ioquatix 5 months ago - 1 comment

#66 - Better semantics for invoking `#close`.

Pull Request - State: closed - Opened by ioquatix 5 months ago

#65 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago - 1 comment
Labels: dependencies, github_actions

#64 - Support for keyword arguments for `Request`/`Response`.

Pull Request - State: closed - Opened by ioquatix 5 months ago

#63 - Interim response handling

Pull Request - State: closed - Opened by ioquatix 5 months ago

#61 - Support output buffer in `read_partial`/`readpartial`.

Pull Request - State: closed - Opened by ioquatix 5 months ago - 1 comment

#60 - Introduce `rewind` and `rewindable?` as a general concept.

Pull Request - State: closed - Opened by ioquatix 5 months ago

#59 - Skip empty key/value pairs.

Pull Request - State: closed - Opened by ioquatix 7 months ago

#58 - `Protocol::HTTP::URL.decode` fails on `a&&b`

Issue - State: closed - Opened by postmodern 7 months ago - 1 comment

#57 - Fail if the key path is empty.

Pull Request - State: closed - Opened by ioquatix 7 months ago

#56 - `Protocol::HTTP::URL.decode` fails to decode `=foo`

Issue - State: closed - Opened by postmodern 7 months ago - 1 comment

#54 - `as_json` should ignore all arguments. Add default `to_json`.

Pull Request - State: closed - Opened by ioquatix 9 months ago

#51 - Drop `base64` gem dependency

Pull Request - State: closed - Opened by Earlopain 12 months ago - 3 comments

#50 - Modernize gem.

Pull Request - State: closed - Opened by ioquatix 12 months ago

#49 - Fix typo in readme.

Pull Request - State: closed - Opened by juneira over 1 year ago

#48 - `Authorization` header get downcased into `authorization`

Issue - State: closed - Opened by nic-lan over 1 year ago - 2 comments

#47 - Fix documentation links.

Pull Request - State: closed - Opened by ioquatix over 1 year ago

#46 - Docs link in README points to README

Issue - State: closed - Opened by olleolleolle over 1 year ago - 1 comment

#45 - Query HTTP headers in a case-sensitive manner

Pull Request - State: closed - Opened by alechoey over 1 year ago - 6 comments

#43 - Update external tests.

Pull Request - State: closed - Opened by ioquatix over 1 year ago

#42 - Introduce explicit support for informational responses.

Pull Request - State: closed - Opened by ioquatix over 1 year ago - 3 comments

#41 - Prefer 'close' over 'keep-alive' when both are present

Pull Request - State: closed - Opened by zarqman over 1 year ago - 1 comment

#40 - Etags: add strong and weak matchers

Pull Request - State: closed - Opened by zarqman over 1 year ago - 4 comments

#39 - Cache-Control: add must-revalidate, proxy-revalidate, s-maxage

Pull Request - State: closed - Opened by zarqman over 1 year ago

#37 - Fix date/expires header parsing.

Pull Request - State: closed - Opened by ioquatix over 1 year ago

#36 - Date/Expires headers are parsed incorrectly as multiple fields

Issue - State: closed - Opened by postmodern over 1 year ago - 4 comments

#35 - Modernize gem.

Pull Request - State: closed - Opened by ioquatix over 1 year ago

#34 - Remove `< Methods` from `Middleware`.

Pull Request - State: closed - Opened by ioquatix over 1 year ago - 1 comment

#33 - Ensure saved files truncate existing file by default.

Pull Request - State: closed - Opened by ioquatix over 1 year ago

#32 - Check if the input is closed before raise IOError

Pull Request - State: closed - Opened by genki over 1 year ago - 1 comment

#31 - POST request causes `input has been closed!` error with Sinatra

Issue - State: closed - Opened by genki over 1 year ago - 12 comments

#29 - Depend on sus instead of rspec

Pull Request - State: closed - Opened by felixonmars almost 2 years ago - 1 comment

#28 - Prefer sus for tests.

Pull Request - State: closed - Opened by ioquatix about 2 years ago

#27 - Use double splat to pass opts to File.open

Pull Request - State: closed - Opened by DanOlson over 2 years ago - 3 comments

#26 - Should `Protocol::HTTP::Middleware` inherit from `Methods`?

Issue - State: closed - Opened by ioquatix over 2 years ago - 2 comments

#25 - Fix unescape

Pull Request - State: closed - Opened by fangherk over 2 years ago

#24 - Fix external tests.

Pull Request - State: closed - Opened by ioquatix over 2 years ago

#23 - Fix cookie key-value parsing

Pull Request - State: closed - Opened by fangherk over 2 years ago

#22 - Remove `Response#protocol` as it's not a required semantic.

Pull Request - State: closed - Opened by ioquatix over 2 years ago - 1 comment

#21 - Modenize gem

Pull Request - State: closed - Opened by ioquatix over 2 years ago

#20 - Streaming

Pull Request - State: closed - Opened by ioquatix over 2 years ago

#19 - Improve argument handling.

Pull Request - State: closed - Opened by ioquatix over 2 years ago - 1 comment

#18 - Rename `path` -> `target` to better match RFCs.

Pull Request - State: closed - Opened by ioquatix over 2 years ago - 1 comment

#17 - Changes from v0.23

Pull Request - State: closed - Opened by ioquatix over 2 years ago - 1 comment

#16 - Add specs and improve consistency of behaviour.

Pull Request - State: closed - Opened by ioquatix over 2 years ago

#15 - Don't try to call close with current exception on IO/stream instance.

Pull Request - State: closed - Opened by ioquatix over 2 years ago

#14 - Add external tests for better coverage.

Pull Request - State: closed - Opened by ioquatix over 2 years ago

#13 - Error trying to connect to websocket (unhandled exception)

Issue - State: closed - Opened by leith over 2 years ago - 3 comments

#12 - Allow trailers without explicit `trailer` header.

Pull Request - State: closed - Opened by ioquatix over 2 years ago

#11 - Rename `Request#method` to `Request#verb`.

Issue - State: closed - Opened by ioquatix over 2 years ago - 1 comment

#10 - Avoid "shadowing outer local variable - value"

Pull Request - State: closed - Opened by olleolleolle over 3 years ago - 1 comment

#9 - Spec typo fix

Pull Request - State: closed - Opened by bruno- about 4 years ago

#8 - Body::Readable#each returns enumerator without a block

Pull Request - State: closed - Opened by bruno- about 4 years ago - 6 comments

#7 - Resolve a warning when digest is undefined

Pull Request - State: closed - Opened by bryanp over 4 years ago - 1 comment

#6 - CI: add 2.7

Pull Request - State: closed - Opened by olleolleolle about 5 years ago

#5 - re-support ruby 2.3

Pull Request - State: closed - Opened by ganmacs over 5 years ago - 7 comments

#4 - Add support for basic authentication

Issue - State: closed - Opened by ioquatix almost 6 years ago

#3 - Doesn't call #close on the Rack response body when it's empty

Issue - State: closed - Opened by janko about 6 years ago - 7 comments

#2 - POST is writing Content-Lentgth header twice

Issue - State: closed - Opened by lardcanoe over 6 years ago - 6 comments

#1 - Fix writing multiple headers with the same key

Pull Request - State: closed - Opened by ClearlyClaire over 6 years ago - 5 comments