Changes :
- Feature : Add method
has_many()
to verify if an header or attribute name has multiple entries associated. - Improvement : Allow class that inherit from
CustomHeader
to override their header name. - Feature : Add
BasicAuthorization
in the ready-to-use headers objects. - Bugfix : Implement bool method for
Headers
class to act like list() does.