NancyFx / Nancy

Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
http://nancyfx.org
MIT License
7.15k stars 1.47k forks source link

Add overloaded WithHeaders extension supporting IEnumerables #2971

Open Chandler-Davidson opened 5 years ago

Chandler-Davidson commented 5 years ago

Prerequisites

Description

Added two new overloads for the existing WithHeaders Response extension methods. Both methods support IEnumerable which avoids a pain point regarding the params keyword.

dnfclas commented 5 years ago

CLA assistant check
All CLA requirements met.