Retrofit with OkHTTP not set Content-Type with @FormUrlEncoded
问题 I'm trying to implement auth via x-www-form-urlencoded with Retrofit 2 on Android but faced a problem, that Header Content-Type not set with @FormUrlEncoded annotation, as well as I'm trying to set it manually, but when I'm setting it with a typo like Cotent-Type it works correctly and I can see it in headers. Retrofit version: 2.4.0 So my question: why @FormUrlEncoded not set a content type as well as @Header annotation or what can remove it from headers. My request: @FormUrlEncoded @POST(