Learn how to work with HTTP requests in Kotlin using khttp.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Basics (19)
- Kotlin Collections (17)
- Testing (14)
- Kotlin Classes and Objects (14)
- Kotlin (11)
- Kotlin Strings (10)
- Spring (9)
- Kotlin-Java Interop (9)
- Libraries (8)
- Kotlin Concurrency (7)
- Asynchronous Programming (7)
- Kotlin Arrays (6)
- Series (5)
- Kotlin Functions (5)
- Kotlin Server-Side (4)
- Kotlin IO (4)
- Patterns (3)
- Kotlin Web (3)
- Kotlin Numbers (3)
- HTTP Client-Side (3)
- Functional Programming (3)
- Persistence (2)
- Algorithms (2)
- Security (1)
- Kotlin Dates (1)
Try-with-resources in Kotlin
Filed under Kotlin Basics
Learn how Kotlin is managing resources automatically and how it differs from Java’s try-with-resources construct.
Migrating from Java to Kotlin
Filed under Kotlin-Java Interop
Get a quick overview of the first steps needed to migrate from Java to Kotlin.
Kotlin-allopen and Spring
Filed under Spring
A quick and practical example of using the kotlin-allopen plugin.
Spring MVC Setup with Kotlin
Filed under Spring
Learn how to create a simple Spring MVC project with the Kotlin language.
Destructuring Declarations in Kotlin
Filed under Kotlin Classes and Objects
A quick and practical example of using destructuring declarations in Kotlin.
Kotlin with Mockito
Filed under Testing
Learn how to use Mockito and Kotlin together in order to create mocks and write effective unit tests.
Overview of Kotlin Collections API
Filed under Kotlin Collections
A quick and practical overview of the Kotlin Collections API.
Converting a List to Map in Kotlin
Filed under Kotlin Collections
Learn how to convert a List to Map in Kotlin.