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 <[email protected]>
* update examples for dict headers
Signed-off-by: Jason Washburn <[email protected]>
* update template and test app for dict headers
Signed-off-by: Jason Washburn <[email protected]>
* adds parsing of repeated header names
Signed-off-by: Jason Washburn <[email protected]>
* adds error handling to header parsing
Signed-off-by: Jason Washburn <[email protected]>
* adds space between multiple header values
Signed-off-by: Jason Washburn <[email protected]>
* adds duplicate header names test
Signed-off-by: Jason Washburn <[email protected]>
---------
Signed-off-by: Jason Washburn <[email protected]>
0 commit comments