Flaska: Add support for appendHeaders in constructor.
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

* Allows to append individual headers to the defaultHeaders without completely
  replacing the default values.
This commit is contained in:
Jonatan Nilsson 2022-06-16 09:59:30 +00:00
parent 568c620782
commit e9c600b869

View file

@ -1,6 +1,6 @@
{
"name": "flaska",
"version": "1.2.4",
"version": "1.2.5",
"description": "Flaska is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.",
"main": "flaska.mjs",
"scripts": {