99designs / 99designs/httpsignatures-go
Non standard http frameworks (eg. Fiber)
- 主要言語
- Go
- スター
- 28
- フォーク
- 15
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Can you expose some functions so I can use it on frameworks that don't use the standard http handler signature or `*http.request` object such as the Fiber framework?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The library currently works with standard net/http handlers. Look at the existing signing and verification functions to understand the current interface. Research the Fiber framework to see how its request/response objects differ. The goal is to expose lower-level functions that can work with Fiber's context, likely by abstracting away the direct *http.Request dependency. Check for any existing adapter patterns or interfaces in the codebase.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- api, backend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100