# KURL - a showcase of how we can use Kotlin to build a DSL to make HTTP requests There are 2 files of note: Demo.kt Kurl.kt Demo contains a main function that showcases the examples of the HTTP calls in both pure OKHttp and The Kurl DSL.