You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/core/azure-core-experimental/src/main/java/com/azure/core/experimental/http/DynamicRequest.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@
71
71
* DynamicResponse response = dynamicRequest
72
72
* .setUrl("https://petstore.example.com/pet/{petId}") // may already be set if request is created from a client
Copy file name to clipboardExpand all lines: sdk/core/azure-core-experimental/src/main/java/com/azure/core/experimental/http/DynamicResponse.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@
52
52
* DynamicResponse response = dynamicRequest
53
53
* .setUrl("https://petstore.example.com/pet/{petId}") // may already be set if request is created from a client
Copy file name to clipboardExpand all lines: sdk/core/azure-core-experimental/src/samples/java/com/azure/core/experimental/http/DynamicRequestJavaDocCodeSnippets.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
packagecom.azure.core.experimental.http;
5
5
6
6
importcom.azure.core.http.HttpHeaderName;
7
+
importcom.azure.core.http.HttpMethod;
7
8
importcom.azure.core.http.HttpPipeline;
8
9
importcom.azure.core.http.HttpPipelineBuilder;
9
10
importcom.azure.core.util.BinaryData;
@@ -41,6 +42,7 @@ public void getRequestSample() {
41
42
DynamicResponseresponse = dynamicRequest
42
43
.setUrl("https://petstore.example.com/pet/{petId}") // may already be set if request is created from a client
Copy file name to clipboardExpand all lines: sdk/core/azure-core-experimental/src/samples/java/com/azure/core/experimental/http/DynamicResponseJavaDocCodeSnippets.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
4
4
packagecom.azure.core.experimental.http;
5
5
6
+
importcom.azure.core.http.HttpMethod;
6
7
importcom.azure.core.util.BinaryData;
7
8
importcom.azure.json.models.JsonArray;
8
9
importcom.azure.json.models.JsonNumber;
@@ -24,6 +25,7 @@ public void readResponse() {
24
25
DynamicResponseresponse = dynamicRequest
25
26
.setUrl("https://petstore.example.com/pet/{petId}") // may already be set if request is created from a client
0 commit comments