Expose underlying connection in ServerRequest
還沒有人認領這個 Issue。
評估
研究方向
Start by tracing how ServerRequest is created and how the connection event handler and request handler communicate. Determine where the underlying socket Connection can be exposed without breaking the request API; done means the request handler can access it and client-certificate data can be passed through for mutual authentication.
由索引模型根據 Issue 內容生成。
描述
The request object passed to the request handler should be able to access the underlying socket connection. At the moment, there is no way for the Connection object to be passed between a connection event handler and a request handler - an example of why this is an issue is data from a client certificate when using mutual authentication cannot be passed to the request handler (e.g. certificate Common Name).
- 主要語言
- PHP
- 星號
- 781
- 分支
- 166
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
reactphp/http 的其他 Issue
-
bug
難度 3/5 1-2 天 新手友好度 76/100
-
bug
難度 3/5 1-2 天 新手友好度 35/100
-
maintenance
難度 5/5 一週以上 新手友好度 20/100
-
new feature
難度 4/5 3-5 天 新手友好度 48/100
-
help wanted new feature
難度 5/5 一週以上 新手友好度 25/100
相似的 Issue
-
priority: p3
難度 2/5 1-3 小時 新手友好度 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
難度 2/5 1-3 小時 新手友好度 78/100
nextcloud/fulltextsearch#1011 ·
-
難度 2/5 1-3 小時 新手友好度 84/100
-
難度 2/5 1-3 小時 新手友好度 78/100
phpstan/phpstan-doctrine#794 ·
-
難度 2/5 1-3 小時 新手友好度 74/100
Automattic/static-site-importer#1767 ·