headerInt method

int headerInt(
  1. String key
)

Implementation

int headerInt(String key){
  return toInt(header(key).toString()).toInt();
}