buildHttpHeader

fun buildHttpHeader(method: HttpMethod, path: String, parameters: Parameters = Parameters.Empty, headers: Map<String, String> = emptyMap()): String