建议添加请求链字段
Open
Nobody has claimed this yet.
enhancement
modified-stdlib
priority:low
- Dominant language
- Go
- Stars
- 4.9k
- Forks
- 409
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 7
Description
主要是想302这种,在response.request或response中存储两个请求和对应的响应,即302跳转前和跳转后的(如果允许跳转的话)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the HTTP redirect handling and the response/request API referenced in the issue. Determine how the pre-redirect and post-redirect request/response data should be exposed when redirects are allowed, then add coverage for the 302 flow and verify both records are available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100