Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created October 7, 2022 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s1monw1/c034f36b85b7a15364f8d379397982ec to your computer and use it in GitHub Desktop.
Save s1monw1/c034f36b85b7a15364f8d379397982ec to your computer and use it in GitHub Desktop.
val request = Request(Method.GET, "https://kotlinexpertise.com/sitemap.xml")
val client: HttpHandler = JavaHttpClient()
val response = client(request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment