atanisoft / HttpServer

HTTP Server implemented using OpenMRN StateFlow patterns.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add User-Agent and Expect header parsing #10

Open atanisoft opened 3 years ago

atanisoft commented 3 years ago

Uploading firmware via curl will fail unless you specify it as: curl --form firmware=@build/firmware.bin -H 'Expect:' -H 'User-Agent:'