Create, Open and Run a Ktor Project
Here, have some highlights:
Highlights
When you created the project you included the Content Negotiation plugin. This plugin looks at the types of content that the client can render and matches these against the content types that the current service can provide. Hence, the term Content Negotiation.
In HTTP the client signals which content types it can render through the
Accept
header. The value of this header is one or more content types.
Process finished with exit code 0