Kong / Kong/analytics-agent-python

Some routes seem to skip wsgi layer

オープン
#5 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。