Skip to content

Commit

Permalink
fix naming in documentation website
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 25, 2023
1 parent 0bc5f03 commit ad12d1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Response Timeline
title: Transport Timeline
---

# Response Timeline
# Transport Timeline

Connection events and raw transport data can be viewed real-time in Response Timeline. This is for low-level diagnosis
Connection events and raw transport data can be viewed real-time in Transport Timeline. This is for low-level diagnosis
purpose.

Depends on the application protocol, the displayed information may be different. In general, most protocols include:
Expand Down
6 changes: 3 additions & 3 deletions doc/transports/http-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ title: HTTP/2
By default, Hello HTTP will try to upgrade to HTTP/2 whenever possible. This behaviour can be changed in
the [Environment setting](../features/environments).

## Response Timeline
## Transport Timeline

HTTP/2 is a binary protocol over a single HTTP connection. Hello HTTP logs decoded frames to the Response Timeline to
HTTP/2 is a binary protocol over a single HTTP connection. Hello HTTP logs decoded frames to the Transport Timeline to
make it informational. Besides decoded frame headers and bodies, stream IDs and header IDs are also logged.

The numbers enclosed in curly brackets are stream IDs. For example, `{1}` represents stream 1. `{*}` is not
Expand All @@ -23,4 +23,4 @@ Note that some non-informational frame headers are not logged, for example, padd

## Push Promises
There is no concrete support to push promises as they are deprecated. Nonetheless, their responses can be found in the
Response Timeline.
Transport Timeline.
2 changes: 1 addition & 1 deletion doctave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ navigation:
- path: doc/features/disable-ssl-verification.md
- path: doc/features/functions.md
- path: doc/features/post-flight-actions.md
- path: doc/features/response-timeline.md
- path: doc/features/transport-timeline.md
- path: doc/features/delete-protection.md
- path: doc/features/automatic-backup.md
- path: doc/features/data-import-export.md
Expand Down

0 comments on commit ad12d1d

Please sign in to comment.