Kong / Kong/analytics-agent-python
Some routes seem to skip wsgi layer
オープン
- 主要言語
- Python
- スター
- 3
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
This specifically happens with Flask-Restful.
```
app = Flask(__name__)
app.wsgi_app = MashapeAnalytics(app.wsgi_app, 'SERVICE_TOKEN', 'production')
api = Api(app)
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the Flask-Restful setup shown in the issue, focusing on the app.wsgi_app wrapper and the routes exposed through Api(app). Trace which routes do not pass through that wrapper. Done means the affected Flask-Restful routes consistently traverse the WSGI layer.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- flask, python
- 領域
- api, backend
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100