COMMITS
/ ctx_test.go November 3, 2025
J
🐛 bug: Fix enforcement of Immutable config for some edge cases (#3835)
Juan Calderon-Perez committed
June 23, 2025
J
🐛 bug: Fix Content-Type comparison in Is() (#3537)
Juan Calderon-Perez committed
June 10, 2025
J
🧹 chore: Add upper index limit for parsers (#3503)
Juan Calderon-Perez committed
May 26, 2025
R
🐛 fix: Embedded struct parsing (#3478)
RW committed
May 22, 2025
R
Merge commit from fork
RW committed
May 12, 2025
R
fix golangci errors
René committed
December 31, 2024
September 6, 2024
V
🩹 Fix: handle un-matched open brackets in the query params (#3121)
Vaibhav Gupta committed
January 5, 2024
R
prepare release v2.52.0
René Werner committed
November 22, 2023
N
🚨 Test: fix race condition in parallel tests (#2734)
nickajacks1 committed
November 13, 2023
R
🔥 Add support for application/problem+json (#2704)
Reid Hurlburt committed
November 10, 2023
N
⚡️ perf(ctx.Range): reduce allocations (#2705)
nickajacks1 committed
October 12, 2023
J
Cookie parser (#2656)
joey1123455 committed
October 5, 2023
T
Fix jsonp ignoring custom json encoder (#2658)
Tiago Peczenyj committed
September 28, 2023
M
:bug: bug: fix PassLocalsToView when bind parameter is nil (#2651)
M. Efe Çetin committed
M
refactor: use utils.AssertEqual instead of t.Fatal on some tests (#2653)
M. Efe Çetin committed
M
ctx: change signatures of GetReqHeaders and GetRespHeaders (#2650)
M. Efe Çetin committed
September 21, 2023
H
:bug: fix parse ips return invalid in abnormal case (#2642)
huykn committed
September 19, 2023
H
:bug: fix bug parse custom header (#2638)
huykn committed
September 6, 2023
R
IsFromLocal corrected
René Werner committed
August 21, 2023
M
:fire: add config to enable splitting by comma in parsers (#2560)
M. Efe Çetin committed
August 6, 2023
J
fix: Decompress request body when multi Content-Encoding sent on request headers (#2555)
João Victor Oliveira Couto committed
June 12, 2023
I
🚀 FEATURE: add queries function (#2475)
Iliya committed
June 7, 2023
J
🐛fix: update getOffer to consider quality and specificity (#2486)
Jason McNeil committed
March 30, 2023
I
💊 Change default value of Querybool from true to false. (#2391)
Iliya committed
March 27, 2023
R
Fix #2383, accepts mimeType (#2386)
RW committed
March 12, 2023
T
🚀 [Feature]: SessionOnly when cookie.Expires is 0 (#2152)
Tumushimire Yves committed
February 9, 2023
I
🔥 Feature: add queryBool parser (#2329)
Iliya committed
I
🔥 Feature: add queryFloat parser (#2328)
Iliya committed
January 27, 2023
L
🚀 Feature: Add and apply more stricter golangci-lint linting rules (#2286)
leonklingele committed
January 23, 2023
I
🔥 write integer Query Parser. (#2306)
Iliya committed
January 15, 2023
M
:broom: chore: make most tests parallel (#2299)
M. Efe Çetin committed
December 5, 2022
December 1, 2022
C
🩹 Fix: Unintended overwritten bind variables (#2240)
Clark Winters committed
November 18, 2022
R
Improve interface for custom logger func (#2225)
RW committed
October 26, 2022
M
:wastebasket: deprecate: go 1.14 & go 1.15 support deprecation (#2172)
M. Efe Çetin committed
October 25, 2022
M
:bug: bug: improve mounting behavior (#2120)
M. Efe Çetin committed
October 18, 2022
S
🚀 Make IP validation 2x faster (#2158)
sadfun committed
S
🩹 Fix: handle multiple X-Forwarded header (#2154)
Supakorn Wongsawang committed
October 10, 2022
S
Switch to text/javascript as per RFC9239 (#2146)
Soham Sen committed
September 25, 2022
K
September 19, 2022
K
:bug: fix: same struct parse param failed (#2101)
kinggo committed
M
:broom: tidy up: fix linter errors for tests (#2102)
M. Efe Çetin committed
September 15, 2022
T
fix `ctx.SendStream(io.Reader)` huge memory usage (#2091)
Trim21 committed
September 5, 2022
A
fix unhandled errors in app_test.go (#2071)
Amir Hossein committed
August 24, 2022
M
:bug: bug: make tlsHandler public to use it with Listener (#2034)
M. Efe Çetin committed
J
🐛 bug: Case sensitivity for parameters in GetRouteURL (#2010)
Jinquan Wang committed
August 23, 2022
G
fixes #2016 - make IP() and IPs() more reliable (#2020)
George Bolo committed
August 19, 2022
T
✨ update: tls.ClientHelloInfo in Ctx (#2011)
Thomas committed
August 16, 2022
M
:sparkles: feature: add XML to context. (#2003)
M. Efe Çetin committed