headers method

Th headers(
  1. String h
)

Implementation

Th headers(String h) {
  attr('headers', StringAttribute(h));
  return this;
}