mirror of https://github.com/dapr/dotnet-sdk.git
* 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 |
||
|---|---|---|
| .. | ||
| Protos | ||
| Dapr.Client.Test.csproj | ||
| DaprApiTokenTest.cs | ||
| HttpInvocationOptionsTests.cs | ||
| InvokeApiTest.cs | ||
| InvokeBindingApiTest.cs | ||
| MockClient.cs | ||
| PublishEventApiTest.cs | ||
| SecretApiTest.cs | ||
| StateApiTest.cs | ||
| TypeConvertersTest.cs | ||