returns the combined headers from this request and client
Future<Map<String, String>> getHeaders() async { return getEnvironment().getCombinedHeaders(headers); }