0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript7 forks (7 forks)github user discovery
enhancementhelp wantedui
Repository metrics
- Stars
- 116 stars (116 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
including:
- request start time
- response start time
- priority
Contributor guide
- Research direction
- Look at the code for the HTTP/2 log parser to understand how stream objects are currently built and output. Identify where request start time, response start time, and priority are available from the log data, and add them to the stream output.
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- JavaScriptHTTP/2 basics