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
2024-12-12 02:22:54 -05:00
2024-12-12 02:22:54 -05:00
2024-12-12 02:22:54 -05:00
2024-12-12 02:22:54 -05:00

ClientInfo

Table of Contents

1. DOCS

TODO!

Description
A server (and importable types for the response) that returns metadata that the client sends.
https://pkg.go.dev/r00t2.io/clientinfo
Readme BSD-3-Clause 80 KiB
Languages
Go 75.7%
Smarty 20%
Shell 3.2%
PHP 1.1%