Commit Graph

6 Commits

Author SHA1 Message Date
brent saner
eb5c44e1c3
v0.1.0
Fixes confirmed; see tag message for details.
2024-12-19 02:56:26 -05:00
brent saner
6b75e17f48
BUGFIX: Content-Type, Nil Raw Body Edge Case, Links
FIXES:
* There was an edge case where a raw body for HTML would potentially
  result in a nil byte slice exception. This has been fixed.
  (I don't even know if it was possible, I just made sure it wasn't.)
* The links browser is now explicitly returned as HTML and properly
  detected as a "browser".
* Hyperlinks for links, w3m added to Usage page.
* Content-Type is now always set correctly; there were cases where it
  was improperly returning e.g. text/plain for JSON.
2024-12-19 02:27:53 -05:00
brent saner
8a0465a0f4
update TODO 2024-12-12 04:37:55 -05:00
brent saner
c3b16f3981
update _extras; fix typo (htttp => http), and add rest of options in clientinfo.env 2024-12-12 04:23:20 -05:00
brent saner
3967e5fdb7
v0.0.1
Initial public release
2024-12-12 03:47:30 -05:00
brent saner
db081e2699
initial commit before refactor switch 2024-12-12 02:22:54 -05:00