headers abstract method

C headers(
  1. Map<String, String> headers
)

Returns a new controlled object of C with given headers applied to it.

Implementation

C headers(Map<String, String> headers);