Skip to content

Instantly share code, notes, and snippets.

@sergei-mikhailovskii-idf
Last active November 13, 2022 19:32
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 sergei-mikhailovskii-idf/0d3eabf3d5d134e3faea199fb7b8b905 to your computer and use it in GitHub Desktop.
Save sergei-mikhailovskii-idf/0d3eabf3d5d134e3faea199fb7b8b905 to your computer and use it in GitHub Desktop.
private val httpClient = HttpClient {
install(HttpCookies) {
storage = cookiesStorage
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment