Flaska: Add support for `appendHeaders` in constructor.
continuous-integration/appveyor/branch AppVeyor build succeeded Details

* Allows to append individual headers to the defaultHeaders without completely
  replacing the default values.
master v1.2.5
Jonatan Nilsson 2022-06-16 09:59:30 +00:00
parent 568c620782
commit e9c600b869
1 changed files with 1 additions and 1 deletions

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": {