Levi
01/29/2024, 2:28 PMHeadersBuilder append that accepts a ContentType rather than a String? Pretty sure it exists, but can't find it in the docs. I mean doing append(HttpHeaders.ContentType, ContentType.Application.Json) rather than append(HttpHeaders.ContentType, "application/json")Aleksei Tirman [JB]
01/29/2024, 2:31 PMappend(HttpHeaders.ContentType, ContentType.Application.Json.toString())Levi
01/29/2024, 2:31 PM