dotnet-sdk/test/Dapr.Client.Test
Ryan Nowak 116d984b4e
Rename and cleanup of HTTPExtension (#488)
* Rename and cleanup of HTTPExtension

Fixes: #421

This change renames `HTTPExtension`->`HttpInvocationOptions`. This is more
idiomatic in .NET and reflects existing naming conventions (options or
settings for parameters).

Also changes to use the `System.Net.Http.HttpMethod` type for the http
method, and globally prefer the term `method` over `verb`. Every .NET
API that I'm aware of uses 'method', as does rfc7231.

* One more rename
2020-11-30 12:11:44 -08:00
..
Protos Use protobuf packaging for the Any type (#358) 2020-08-03 10:15:23 -07:00
Dapr.Client.Test.csproj Rich error model (#432) 2020-10-30 13:59:33 -07:00
DaprApiTokenTest.cs Adding support for DAPR_API_TOKEN (#359) 2020-08-04 15:15:18 -07:00
HttpInvocationOptionsTests.cs Rename and cleanup of HTTPExtension (#488) 2020-11-30 12:11:44 -08:00
InvokeApiTest.cs Rename and cleanup of HTTPExtension (#488) 2020-11-30 12:11:44 -08:00
InvokeBindingApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
MockClient.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
PublishEventApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
SecretApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
StateApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
TypeConvertersTest.cs Use protobuf packaging for the Any type (#358) 2020-08-03 10:15:23 -07:00