Does anyone know how I can make a httpmethod=SEARC...
# getting-started
j
Does anyone know how I can make a httpmethod=SEARCH request in ktor? In curl it works like this: curl host -X SEARCH
v
I'd say Google, first hit for "ktor http method" looks pretty promising. 😉
j
@Vampire SEARCH is not a standard http method. This is why it is not in HttpMethod. How would i set the method to Search? Sorry I didn't find it on google search
v
Sorry, I don't use ktor, but this looks to me like you could give any method you want to the constructor: https://api.ktor.io/ktor-http/io.ktor.http/-http-method/index.html
k
Also #ktor channel
👌 1