gin-gonic-gin/render
sunshineplan 71496abe68
feat(fs): Implement loading HTML from http.FileSystem (#4053)
* Implement loading HTML from http.FileSystem

* Add OnlyHTMLFS test

* Move OnlyHTMLFS to internal and add test
2025-04-21 00:11:16 +08:00
..
data.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
html.go feat(fs): Implement loading HTML from http.FileSystem (#4053) 2025-04-21 00:11:16 +08:00
json.go perf: optimize AsciiJSON.Render method by using fmt.Appendf and reusing temp buffer (#4175) 2025-04-21 00:05:34 +08:00
msgpack.go chore: support min go version 1.18 (#3511) 2023-03-01 10:03:48 +08:00
protobuf.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
reader_test.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
reader.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
redirect.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
render_msgpack_test.go ci(lint): enable testifylint linter (#4010) 2024-07-14 20:33:08 +08:00
render_test.go feat(fs): Implement loading HTML from http.FileSystem (#4053) 2025-04-21 00:11:16 +08:00
render.go chore(refactor): modify interface check way (#3855) 2024-03-06 22:27:21 +08:00
text.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
toml.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
xml.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
yaml.go chore(header): Add support for RFC 9512: application/yaml (#3851) 2024-03-05 21:54:35 +08:00