vlucas / bulletphp

A resource-oriented micro PHP framework
http://bulletphp.com
BSD 3-Clause "New" or "Revised" License
418 stars 50 forks source link

Allow multiple headers with the same name #59

Closed omnicolor closed 10 years ago

omnicolor commented 10 years ago

My project needs to send multiple Link headers, which Bullet didn't support. Added optional support for appending headers instead of replacing them.

vlucas commented 10 years ago

Nice addition, Omni. :+1: