We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7927a commit 3f5afb6Copy full SHA for 3f5afb6
src/Orb/Core/ParamsBase.cs
@@ -151,7 +151,7 @@ JsonElement element
151
}
152
153
154
- protected string QueryString(ClientOptions options)
+ internal string QueryString(ClientOptions options)
155
{
156
NameValueCollection collection = [];
157
foreach (var item in this.RawQueryData)
@@ -184,7 +184,7 @@ protected string QueryString(ClientOptions options)
184
return null;
185
186
187
- protected static void AddDefaultHeaders(HttpRequestMessage request, ClientOptions options)
+ internal static void AddDefaultHeaders(HttpRequestMessage request, ClientOptions options)
188
189
foreach (var header in defaultHeaders)
190
0 commit comments