An open API service indexing awesome lists of open source software.

https://github.com/gsrathoreniks/ktor-sample

KTOR project for learning Routing , Serialisation, HTTP request and response handling, automated testing.
https://github.com/gsrathoreniks/ktor-sample

backend backend-api backend-server delete get http-server kotlin ktor ktor-feature ktor-framework ktor-server post put testing testing-tools

Last synced: 10 months ago
JSON representation

KTOR project for learning Routing , Serialisation, HTTP request and response handling, automated testing.

Awesome Lists containing this project

README

          

# ktor-sample

Sample project to learn about ktor.

Topics included :-

1. get request
2. put request
3. post request
4. delete request
5. extracting parameters
6. serialization
7. routing