- Add formatTime template func for human-readable timestamps (just now, 2m ago, etc.) - Add client-side formatTimeStr for SSE live-update timestamps - Fix SSE body rendering: buildRequestBody() populates headers/query/body for live-added requests - Fix SSE body encoding: use string in sseRequest to avoid base64 encoding of []byte - Add inspect handler tests: renders HTML, empty state, auto-creates endpoint - Timestamps include title attr with full ISO timestamp for hover detail |
||
|---|---|---|
| .. | ||
| handler_test.go | ||
| handler.go | ||
| inspect.go | ||
| mock.go | ||
| replay_test.go | ||
| replay.go | ||
| sse.go | ||