# Header

This class represents the HTTP header.

## Package /routes/header

## Constructors

| Constructor                       | Description                                                                           |
| :-------------------------------- | :------------------------------------------------------------------------------------ |
| constructor(name, className=null) | Creates a ***Header class*** instance with the specified header name and class name. |
----

## Methods

| Method    | Description                                             |
| :-------- | :------------------------------------------------------ |
| name      | The getter method to get ***Header Name***.       |
| className | The getter method to get ***Header Class Name***. |
----

[source](../routes/header.js)
