Skip to content

Commit 0490795

Browse files
Update hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/gclient/IRawHttp.java
Co-authored-by: Michael Buckley <michaelabuckley@gmail.com>
1 parent cd91417 commit 0490795

File tree

1 file changed

+7
-0
lines changed
  • hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/gclient

1 file changed

+7
-0
lines changed

hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/gclient/IRawHttp.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111
* @since 8.6.0
1212
*/
1313
public interface IRawHttp {
14+
/**
15+
* Creates a GET request to the specified URL.
16+
*
17+
* @param theUrl The URL to send the GET request to. Can be absolute or relative
18+
* to the client's base URL.
19+
* @return A builder for configuring and executing the HTTP GET request
20+
*/
1421
IClientHttpExecutable<IClientHttpExecutable<?, IEntityResult>, IEntityResult> get(String theUrl);
1522
}

0 commit comments

Comments
 (0)