Skip to content

Commit

Permalink
Merge pull request #1092 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
Update `HttpClientMessageHandler.cs` reference
  • Loading branch information
AArnott authored Jan 11, 2025
2 parents 8ff0544 + b08ff28 commit d608c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/extensibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ StreamJsonRpc includes a few `IJsonRpcMessageHandler` implementations:
message.
1. `HttpClientMessageHandler` - This is a client-side implementation of the
[JSON-RPC over HTTP spec](https://www.jsonrpc.org/historical/json-rpc-over-http.html), delivered as
[a sample included in our test project](../src/StreamJsonRpc.Tests/Samples/HttpClientMessageHandler.cs).
[a sample included in our test project](../test/StreamJsonRpc.Tests/Samples/HttpClientMessageHandler.cs).

Some of the constructors on the `JsonRpc` class accept an object that implements the `IJsonRpcMessageHandler` interface,
allowing you to select any of the built-in behaviors listed above, or define this part of the protocol yourself.
Expand Down

0 comments on commit d608c4c

Please sign in to comment.