You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes headers to use a Python Dict rather than a List of Tuples (#28)
* change headers to python dict
Signed-off-by: Jason Washburn <wburn@wburn.net>
* update examples for dict headers
Signed-off-by: Jason Washburn <wburn@wburn.net>
* update template and test app for dict headers
Signed-off-by: Jason Washburn <wburn@wburn.net>
* adds parsing of repeated header names
Signed-off-by: Jason Washburn <wburn@wburn.net>
* adds error handling to header parsing
Signed-off-by: Jason Washburn <wburn@wburn.net>
* adds space between multiple header values
Signed-off-by: Jason Washburn <wburn@wburn.net>
* adds duplicate header names test
Signed-off-by: Jason Washburn <wburn@wburn.net>
---------
Signed-off-by: Jason Washburn <wburn@wburn.net>
0 commit comments