Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / clue/reactphp-buzz issues and pull requests
#179 - Deprecate clue/reactphp-buzz, use react/http instead
Pull Request -
State: closed - Opened by clue about 4 years ago
Labels: maintenance
#178 - RFI: Deprecation of send()
Issue -
State: closed - Opened by shaunbramley over 4 years ago
- 2 comments
Labels: question, help wanted
#177 - Heads up! Development focus on react/http
Issue -
State: open - Opened by clue over 4 years ago
Labels: maintenance
#176 - Add concurrency documentation
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: maintenance
#175 - Add `withResponseBuffer()` method to limit maximum response buffer size
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#174 - Deprecate `UriInterface` for request methods, use URL strings instead
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: easy pick, maintenance
#173 - Improve `withBase()` method and deprecate `withoutBase()` method
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#172 - Add dedicated methods to control options, deprecate `withOptions()`
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#171 - Deprecate `submit()` method, use `post()` instead
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: easy pick, maintenance
#170 - Add new `request()` and `requestStreaming()` methods and deprecate `send()` method and `streaming` option
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#169 - Fix unneeded timeout timer when request body closes and sender already rejected
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: bug
#168 - Improve test suite to use ReactPHP-based webserver instead of httpbin and add forward compatibility with PHPUnit 9
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: maintenance
#167 - Improve documentation structure and add documentation for all API methods
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: maintenance
#166 - Fix HEAD requests to no longer expect a response body
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: bug
#165 - Invalid content length for HEAD requests
Issue -
State: closed - Opened by cyrnetix over 4 years ago
- 1 comment
Labels: bug
#164 - Fix cancellation of pending requests with promise followers
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: bug
#163 - Clean up test suite and add .gitattributes to exclude dev files from exports
Pull Request -
State: closed - Opened by SimonFrings over 4 years ago
- 1 comment
Labels: easy pick, maintenance
#162 - Use HTTP/1.1 protocol version by default and add new `Browser::withProtocolVersion()`
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#161 - Explicitly close connection after response body ends
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: bug, new feature
#160 - Fixed small issue in code example
Pull Request -
State: closed - Opened by mmoreram over 4 years ago
- 1 comment
Labels: easy pick
#159 - Allow receiving the raw response body
Issue -
State: closed - Opened by mpociot over 4 years ago
- 3 comments
Labels: question
#158 - Allow sending raw request strings
Issue -
State: closed - Opened by mpociot over 4 years ago
- 1 comment
Labels: new feature, help wanted
#157 - There is a way to send mutipart form data?
Issue -
State: closed - Opened by bohzio over 4 years ago
- 1 comment
Labels: new feature, help wanted
#156 - Client slow with Telegram urls
Issue -
State: closed - Opened by cheeghi over 4 years ago
- 1 comment
Labels: question
#155 - Add dedicated with* options methods in favour over withOptions
Pull Request -
State: closed - Opened by WyriHaximus over 4 years ago
- 1 comment
Labels: new feature, help wanted
#154 - Consider replacing array of options with dedicated methods
Issue -
State: closed - Opened by clue over 4 years ago
- 2 comments
Labels: new feature, help wanted, BC break
#153 - Reject request when streaming request body emits error or closes unexpectedly
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#152 - Improve timeout documentation
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature, maintenance
#151 - Only start request timeout timer after streaming request body has been sent (exclude upload time)
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#150 - Start sending outgoing request even when streaming body doesn't emit any data yet
Pull Request -
State: closed - Opened by clue over 4 years ago
Labels: new feature
#149 - Improve download benchmarking script and add new upload benchmark
Pull Request -
State: closed - Opened by clue over 4 years ago
- 1 comment
Labels: new feature
#148 - Add backpressure support and support throttling for streaming outgoing chunked request body
Pull Request -
State: closed - Opened by clue almost 5 years ago
Labels: new feature
#147 - Test against PHP 7.4 and simplify test setup and test matrix
Pull Request -
State: closed - Opened by clue almost 5 years ago
Labels: easy pick, maintenance
#146 - Request Timeout exception
Issue -
State: closed - Opened by ghost almost 5 years ago
- 3 comments
Labels: new feature, help wanted
#145 - Fix testing redirected request when following relative redirect
Pull Request -
State: closed - Opened by clue almost 5 years ago
Labels: bug, maintenance
#144 - Add support / sponsorship info
Pull Request -
State: closed - Opened by clue almost 5 years ago
- 1 comment
Labels: maintenance
#143 - Add php 7.4 support
Pull Request -
State: closed - Opened by snapshotpl almost 5 years ago
- 3 comments
Labels: help wanted, maintenance
#142 - Dropping support for PHP < 7.x
Issue -
State: closed - Opened by bartvanhoutte almost 5 years ago
- 2 comments
Labels: maintenance
#141 - Middleware
Pull Request -
State: closed - Opened by bartvanhoutte almost 5 years ago
- 8 comments
Labels: new feature
#140 - Middleware
Issue -
State: closed - Opened by bartvanhoutte almost 5 years ago
- 7 comments
Labels: new feature, help wanted
#139 - Example times out for http://yandex.ru/
Issue -
State: closed - Opened by cofirazak about 5 years ago
- 3 comments
Labels: bug, help wanted
#138 - Consider excluding upload time from timeout
Issue -
State: closed - Opened by clue about 5 years ago
Labels: new feature
#137 - Support HTTP 1.1
Issue -
State: closed - Opened by marcusgregory about 5 years ago
- 1 comment
Labels: new feature, easy pick, help wanted
#136 - is $loop->run(); blocking?
Issue -
State: closed - Opened by erlangparasu about 5 years ago
- 2 comments
Labels: question
#135 - Support HTTP upgrades (WebSocket etc.)
Issue -
State: closed - Opened by clue about 5 years ago
- 1 comment
Labels: new feature, help wanted
#134 - Automatic decoding (decompression) of response body
Pull Request -
State: closed - Opened by claudiosdc over 5 years ago
- 2 comments
Labels: new feature, help wanted
#133 - Fix typo
Pull Request -
State: closed - Opened by eislambey over 5 years ago
Labels: easy pick, maintenance
#132 - Allow other PSR7 abstraction
Issue -
State: closed - Opened by Th3Mouk over 5 years ago
- 2 comments
Labels: question, new feature, help wanted
#131 - Truncated answers
Issue -
State: closed - Opened by josecdv over 5 years ago
- 3 comments
Labels: question
#130 - Only try to follow redirects if Location response header is present
Pull Request -
State: closed - Opened by clue over 5 years ago
Labels: bug
#129 - Add to Response last effective Request or URI object
Issue -
State: closed - Opened by olegbaturin over 5 years ago
- 3 comments
Labels: new feature, help wanted
#128 - Do not try to follow 304 (Not Modified) response
Issue -
State: closed - Opened by clue over 5 years ago
Labels: bug, help wanted
#127 - getCode is wrong
Issue -
State: closed - Opened by mastercho over 5 years ago
- 3 comments
Labels: question
#126 - Support to CookieJar
Pull Request -
State: closed - Opened by lucasexe almost 6 years ago
- 5 comments
Labels: new feature, help wanted
#125 - [question] How to access this array?
Issue -
State: closed - Opened by idayus30 almost 6 years ago
- 1 comment
Labels: question
#124 - Revert timeouts to throwing a TimeoutException (Fixes #123)
Pull Request -
State: closed - Opened by AllenJB almost 6 years ago
- 2 comments
Labels: new feature, help wanted
#123 - Timeouts no longer throw TimeoutException
Issue -
State: closed - Opened by AllenJB almost 6 years ago
- 3 comments
Labels: new feature, help wanted
#122 - Tests on php 7.3
Pull Request -
State: closed - Opened by samnela almost 6 years ago
- 1 comment
Labels: easy pick, maintenance
#121 - Update SSH proxy example to use latest stable clue/reactphp-ssh-proxy
Pull Request -
State: closed - Opened by clue almost 6 years ago
Labels: easy pick, maintenance
#120 - Add `Content-Length: 0` request header for empty POST etc.
Pull Request -
State: closed - Opened by clue almost 6 years ago
- 1 comment
Labels: new feature
#119 - Documentation and example for SSH proxy (SSH tunnel)
Pull Request -
State: closed - Opened by clue almost 6 years ago
Labels: new feature, easy pick
#118 - Using done() on request returns a null value
Issue -
State: closed - Opened by ace411 almost 6 years ago
- 1 comment
Labels: question
#117 - Empty body on POST request not compatible with some legacy servers (411 Length Required)
Issue -
State: closed - Opened by ghost almost 6 years ago
- 10 comments
Labels: question, help wanted
#116 - Update SOCKS proxy example to use latest stable clue/reactphp-socks
Pull Request -
State: closed - Opened by clue almost 6 years ago
- 1 comment
Labels: easy pick, maintenance
#115 - Documentation and example for HTTP CONNECT proxy
Pull Request -
State: closed - Opened by clue about 6 years ago
Labels: new feature, easy pick, maintenance
#114 - Add HTTP timeout option
Pull Request -
State: closed - Opened by clue about 6 years ago
- 4 comments
Labels: new feature
#113 - Refactor Browser to reuse single Transaction instance which now accepts sending individual requests and their options
Pull Request -
State: closed - Opened by clue about 6 years ago
Labels: maintenance
#112 - Browser in php-fpm Docker times out and never fetches data (default LoopInterface implementation)
Issue -
State: closed - Opened by meglio about 6 years ago
- 1 comment
Labels: question
#111 - Improve documentation for withOptions()
Pull Request -
State: closed - Opened by clue about 6 years ago
Labels: easy pick, maintenance
#110 - Support cancellation forwarding and cancelling redirected requests
Pull Request -
State: closed - Opened by clue about 6 years ago
Labels: bug, new feature
#109 - Add documentation for HTTP authentication and Authorization header
Pull Request -
State: closed - Opened by clue about 6 years ago
Labels: maintenance
#108 - Remove Authorization request header for redirected cross-origin requests and add documentation for HTTP redirects
Pull Request -
State: closed - Opened by clue about 6 years ago
Labels: bug, new feature
#107 - Implement PSR-18
Issue -
State: closed - Opened by Nyholm over 6 years ago
- 2 comments
Labels: question
#106 - Getting acknowledgement response, not the result response
Issue -
State: closed - Opened by factormaarten over 6 years ago
- 1 comment
Labels: question
#105 - Setting header X-MBX-APIKEY is not working
Issue -
State: closed - Opened by factormaarten over 6 years ago
- 1 comment
Labels: question
#104 - Improve API documentation
Pull Request -
State: closed - Opened by clue over 6 years ago
Labels: maintenance
#103 - documentation should include some reference/comparison to guzzle
Issue -
State: closed - Opened by yehosef over 6 years ago
- 3 comments
Labels: question, help wanted
#102 - Explicitly close connection after response body to support servers ignoring Connection: close request header
Issue -
State: closed - Opened by jmoo over 6 years ago
- 5 comments
Labels: bug, new feature, help wanted
#101 - Connection refused from destination server..
Issue -
State: closed - Opened by royhg over 6 years ago
- 1 comment
Labels: question
#100 - Update project homepage
Pull Request -
State: closed - Opened by clue over 6 years ago
Labels: easy pick, maintenance
#99 - Fix cancellation of redirected requests
Issue -
State: closed - Opened by clue over 6 years ago
Labels: bug, help wanted
#98 - Post request loosing content and not getting correct response
Issue -
State: closed - Opened by r7l over 6 years ago
- 3 comments
Labels: question
#97 - Test explicit HTTP/1.1 protocol version
Pull Request -
State: closed - Opened by clue almost 7 years ago
Labels: easy pick, maintenance
#96 - Fix test error due to PR base conflicts
Pull Request -
State: closed - Opened by clue almost 7 years ago
Labels: bug, easy pick, maintenance
#95 - Support legacy PHP 5.3 through PHP 7.2 and HHVM
Pull Request -
State: closed - Opened by clue almost 7 years ago
Labels: easy pick, maintenance
#94 - Forward compatibility with PHPUnit 7
Pull Request -
State: closed - Opened by clue almost 7 years ago
- 1 comment
Labels: new feature, easy pick, maintenance
#93 - Add doc-blocks to Browser
Pull Request -
State: closed - Opened by seregazhuk almost 7 years ago
- 1 comment
Labels: easy pick, maintenance
#92 - Documentation for Browser API (docblocks)
Issue -
State: closed - Opened by clue almost 7 years ago
Labels: easy pick, help wanted, maintenance
#90 - Added Timeout-Promise to Transaction
Pull Request -
State: closed - Opened by Rakdar almost 7 years ago
- 2 comments
Labels: new feature, help wanted
#89 - Limit incoming Response size
Issue -
State: closed - Opened by DangerLifter almost 7 years ago
- 2 comments
Labels: new feature, help wanted
#61 - Setting Headers
Issue -
State: closed - Opened by jamiejackherer over 7 years ago
- 6 comments
#60 - HTTP version functional test
Pull Request -
State: closed - Opened by WyriHaximus about 8 years ago
- 2 comments
Labels: help wanted, maintenance
#49 - Implement gzip content encoding
Issue -
State: closed - Opened by clue over 8 years ago
- 5 comments
Labels: new feature, help wanted
#10 - Support Basic Access Authentication
Issue -
State: closed - Opened by clue over 10 years ago
- 3 comments
Labels: new feature, help wanted
#7 - Support HTTP proxy
Issue -
State: closed - Opened by clue about 11 years ago
- 5 comments
Labels: new feature, help wanted
#6 - Limit bandwidth and number of parallel requests
Issue -
State: closed - Opened by clue about 11 years ago
- 1 comment
Labels: new feature, help wanted
#5 - Add cookie jar to Browser
Issue -
State: closed - Opened by clue about 11 years ago
- 1 comment
Labels: new feature, help wanted
#4 - Merge default headers
Issue -
State: closed - Opened by clue about 11 years ago
- 1 comment
Labels: new feature, easy pick, help wanted
#3 - Add caching support
Issue -
State: closed - Opened by clue about 11 years ago
- 2 comments
Labels: new feature, help wanted
#1 - Add timeout option to Browser
Issue -
State: closed - Opened by clue about 11 years ago
- 20 comments
Labels: new feature, easy pick, help wanted