Headers typedef

Headers = Map<String, String>

Data type for HTTP request meta data.

Implementation

typedef Headers = Map<String, String>;