* Constructs a empty header. */
| 65 | * Constructs a empty header. |
| 66 | */ |
| 67 | HttpHeader() : |
| 68 | m_name(), |
| 69 | m_value() |
| 70 | { |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Constructs header, based on the given values. |
nothing calls this directly
no outgoing calls
no test coverage detected