1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changelog for v4.12.0 (#2626) More... 10 days ago
proxy middleware should use http proxy for SSE requests (#2624) More... 10 days ago
Update golang.org/x/* deps (#2625) More... 10 days ago
When route is registered with empty path it is normalized to `/`. Make sure that returned echo.Route structs reflect that behavior. (#2616) More... 29 days ago
Remove maxparam dependence from Context (#2611) More... about 1 month ago
default binder can bind pointer to slice as struct field. For example `*[]string` (#2608) More... about 1 month ago
Default binder can use `UnmarshalParams(params []string) error` interface to bind multiple input values at one go. (#2607) More... about 1 month ago
Fix Real IP logic (#2550) More... about 2 months ago
Change type definition blocks to single declarations. This helps copy/pasting Echo code in examples. (#2606) More... about 2 months ago
update makefile More... about 2 months ago
Upgrade deps More... about 2 months ago
Add SPDX licence comments to files. See https://spdx.dev/learn/handling-license-info/ (#2604) More... about 2 months ago
Allow ResponseWriters to unwrap writers when flushing/hijacking (#2595) More... about 2 months ago
fix: some typos (#2596) More... about 2 months ago
fix some typos (#2603) More... about 2 months ago
Add Skipper Unit Test In BasicBasicAuthConfig and Add More Detail Explanation regarding BasicAuthValidator (#2461) More... 2 months ago
In Go 1.22 finding name of function with reflection has changed. change tests to work with that. More... 3 months ago
CI: Use Go 1.22 More... 3 months ago
binder: allow binding to a nil map More... 3 months ago
Remove default charset from 'application/json' Content-Type header (#2568) More... 3 months ago
CI: upgrade actions/checkout to v4 and actions/setup-go to v5 (#2584) More... 3 months ago
Reorder paragraphs in README.md (#2581) More... 3 months ago
README.md: add Encore as sponsor (#2579) More... 3 months ago
binder: make binding to Map work better with string destinations (#2554) More... 4 months ago
Changelog for v4.11.4 (#2564) More... 4 months ago
Update deps and mark Go version to 1.18 as this is what golang.org/x/* use. (#2563) More... 4 months ago
Upgrade golang.org/x/crypto to v0.17.0 to fix vulnerability issue (#2562) More... 4 months ago
request logger: add example for Slog https://pkg.go.dev/log/slog (#2543) More... 6 months ago
Changelog for v4.11.3 (#2542) More... 6 months ago
Security: c.Attachment and c.Inline should escape name in `Content-Disposition` header to avoid 'Reflect File Download' vulnerability. (#2541) More... 6 months ago