Applications, be they web based or mobile, need to consume and produce data. In this course, Building an HTTP Application with Ktor, you’ll learn to write Ktor servers and clients to produce and consume data in multiple formats. First, you’ll explore how to write a server that responds to HTTP requests to different endpoints and write the code in such a way that you can send back data from the server in whatever format best suits your application. Next, you’ll discover how to secure that endpoint so that only the correct user can access the data. Finally, you’ll learn how to write an HTTP client using the Ktor client APIs to allow you to send requests to either servers you’ve written or third party applications. When you’re finished with this course, you’ll have the skills and knowledge of Ktor needed to write servers and clients in Kotlin.
Overview
Applications, be they web based or mobile, need to consume and produce data. In this course, Building an HTTP Application with Ktor, you’ll learn to write Ktor servers and clients to produce and consume data in multiple formats. First, you’ll explore how to write a server that responds to HTTP requests to different endpoints and write the code in such a way that you can send back data from the server in whatever format best suits your application. Next, you’ll discover how to secure that endpoint so that only the correct user can access the data. Finally, you’ll learn how to write an HTTP client using the Ktor client APIs to allow you to send requests to either servers you’ve written or third party applications. When you’re finished with this course, you’ll have the skills and knowledge of Ktor needed to write servers and clients in Kotlin.
Syllabus
- Course Overview 2mins
- Introduction 25mins
- Routing 31mins
- Application Architecture 28mins
- Request Handling and Serialization 27mins
- Authentication and Security 32mins
- Building Websites with Templates 33mins
- Writing HTTP Clients in Ktor 33mins
Taught by
Kevin Jones