Closed michalbundyra closed 4 years ago
As per specification default value for headers should be string, not null. In many cases it was invalid as we return null instead.
Also, when creating new instance with empty string, again - null was returned instead.
Fixes #202
As per specification default value for headers should be string, not null. In many cases it was invalid as we return null instead.
Also, when creating new instance with empty string, again - null was returned instead.
Fixes #202