1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00
Commit graph

4 commits

Author SHA1 Message Date
24baf67a65 Use the new SplitMime in the HttpHeader.
Something like the old m_param string is still needed
because Location responses need to send an URL.
The type of the response now determines if m_mime
or m_redirect_location is used.
2017-06-01 09:09:21 +01:00
aaa28d3454 Assign the actual numbers to the HTTP status codes enum.
This allows me to get rid of a good deal of crap.
2017-05-18 19:17:22 +01:00
4eb4261f4a This makes it quick to just delete the copy constructor.
Useful if you want to see where copy is done instead of move.
2017-05-18 19:17:22 +01:00
cdd23d35d0 Make on_process() return an HttpHeader.
Response type is now decided by on_process' return value.
2017-05-18 19:17:22 +01:00