package com.thomasdh.roosterpgplus.Helpers.Apache; interface Header { String getName(); String getValue(); }