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.
- Host: GitHub
- URL: https://github.com/gsrathoreniks/ktor-sample
- Owner: gsrathoreniks
- Created: 2022-04-22T04:46:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T05:24:31.000Z (about 4 years ago)
- Last Synced: 2025-04-11T22:42:26.035Z (about 1 year ago)
- Topics: backend, backend-api, backend-server, delete, get, http-server, kotlin, ktor, ktor-feature, ktor-framework, ktor-server, post, put, testing, testing-tools
- Language: Kotlin
- Homepage:
- Size: 64.5 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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