QuickSander / ArduinoHttpServer

Server side minimalistic HTTP protocol implementation for the Arduino platform.
GNU General Public License v3.0
23 stars 11 forks source link

Add method to add additional headers #22

Open MarcelRobitaille opened 1 year ago

MarcelRobitaille commented 1 year ago

Headers are stored in a linked list so there is no limit to the number of additional headers

Basically the same as #19 but there is no limit to the amount of additional headers.