go-playground / form

:steam_locomotive: Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
MIT License
758 stars 41 forks source link

Is it possible to bind data from http.Header #62

Open caibirdme opened 1 year ago

caibirdme commented 1 year ago

http.Header and url.Values are nearly the same except for that http.Header will handle the key name automatically. What if all the request data coming from header rather than request.Body?