Skip to content

Commit

Permalink
L112 update: Add getHost method to ServerInterceptingCall (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 authored Jul 1, 2024
1 parent 596b629 commit 9b4589a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions L112-node-server-interceptors.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ class ServerInterceptingCall {
* Return the call deadline set by the client. The value is Infinity if there is no deadline.
*/
getDeadline(): Deadline;
/**
* Return the host requested by the client in the ":authority" header.
*/
getHost(): string;
}
```

Expand Down

0 comments on commit 9b4589a

Please sign in to comment.