File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dapr"
3
- version = " 0.3 .0-alpha.0"
3
+ version = " 0.4 .0-alpha.0"
4
4
authors = [" dapr.io" ]
5
5
edition = " 2018"
6
6
license-file = " LICENSE"
Original file line number Diff line number Diff line change 1
1
// ------------------------------------------------------------
2
- // Copyright (c) Microsoft Corporation.
2
+ // Copyright (c) Microsoft Corporation and Dapr Contributors .
3
3
// Licensed under the MIT License.
4
4
// ------------------------------------------------------------
5
5
@@ -39,8 +39,8 @@ message HTTPExtension {
39
39
// Required. HTTP verb.
40
40
Verb verb = 1 ;
41
41
42
- // querystring includes HTTP querystring.
43
- map < string , string > querystring = 2 ;
42
+ // Optional. querystring represents an encoded HTTP url query string in the following format: name=value&name2=value2
43
+ string querystring = 2 ;
44
44
}
45
45
46
46
// InvokeRequest is the message to invoke a method with the data.
Original file line number Diff line number Diff line change 1
1
// ------------------------------------------------------------
2
- // Copyright (c) Microsoft Corporation.
2
+ // Copyright (c) Microsoft Corporation and Dapr Contributors .
3
3
// Licensed under the MIT License.
4
4
// ------------------------------------------------------------
5
5
Original file line number Diff line number Diff line change 1
1
// ------------------------------------------------------------
2
- // Copyright (c) Microsoft Corporation.
2
+ // Copyright (c) Microsoft Corporation and Dapr Contributors .
3
3
// Licensed under the MIT License.
4
4
// ------------------------------------------------------------
5
5
You can’t perform that action at this time.
0 commit comments