Commit graph

3 commits

Author SHA1 Message Date
King_DuckZ
8b09d7da53 Store headers as string lines
curl ultimately expects null-terminated strings and
makes a copy of each, so it's pointless to mess
around with string_views and stuff if I have to make
a copy for curl at the end anyways.
2020-08-29 15:18:33 +01:00
King_DuckZ
bc6b20563b Send user specified headers with the request 2020-08-29 14:30:08 +01:00
King_DuckZ
74e98211a7 Start working on QuickRest 2020-08-29 14:28:47 +01:00