Commit History

Author SHA1 Message Date
  George Gabolaev 01ca625b98 Fixed JSONP format (added semicolon) (#2007) 4 years ago
  guonaihong f98b339b77 support bind http header param #1956 (#1957) 5 years ago
  田欧 73c4633943 use context instead of x/net/context (#1922) 5 years ago
  Samuel Abreu 6e320c97e8 Fix context.Params race condition on Copy() (#1841) 5 years ago
  itcloudy 0cbf290302 use encode replace json marshal increase json encoder speed (#1546) 5 years ago
  Dan Markham 094f9a9105 v1.4.0 + #1631 (remove go1.6/go1,7 support) (#1851) 5 years ago
  Emmanuel Goh ccb9e90295 Extend context.File to allow for the content-dispositon attachments via a new method context.Attachment (#1260) 5 years ago
  Equim 2dd3193006 Support negotiation wildcards, fix #391 (#1112) 5 years ago
  Dmitry Kutakov 7dfa6c936a fix #1784: correct error comparison on tests (#1785) 5 years ago
  Raphael Gavache e207a3ce65 Fix context.Copy() race condition (#1020) 5 years ago
  Luis GG 62749f0db4 Add context.HandlerNames() (#1729) 5 years ago
  Dmitry Kutakov 4867ff9634 fix Context.Next() - recheck len of handlers every iteration (#1745) 5 years ago
  Dmitry Kutakov b056a34bdc fix errcheck warnings (#1739) 5 years ago
  Bo-Yi Wu 85b92cdf4b chore(testing): case sensitive for query string (#1720) 5 years ago
  Gordon Tyler 8cb390f8fe Yaml binding (#1618) 5 years ago
  Ismail Gjevori dbc330b804 Pass MaxMultipartMemory when FormFile is called (#1600) 5 years ago
  andriikushch 6ab50f944c replace deprecated HeaderMap with Header() (#1585) 5 years ago
  Bo-Yi Wu 07f1bf0e63 feat: replace debug log with fmt package. (#1560) 5 years ago
  Iskander (Alex) Sharipov 3f27866f80 simplify slice expressions: s[:] => s (#1541) 5 years ago
  Filip Figiel c6110f970c Add PureJSON renderer (#694) 5 years ago
  aljun efdd3c8b81 Add support for Protobuf format response and unit test (#1479) 5 years ago
  syssam 40ab9de4b5 Add BindXML AND ShouldBindXML #1484 (#1485) 5 years ago
  田欧 f45c928a15 chore: use http.Status* instead of hard code (#1482) 5 years ago
  田欧 7e64d32269 Attempt to fix #1462 (#1463) 5 years ago
  Dmitry Dorogin 9b7e7bdce6 Add tests for context.Stream (#1433) 6 years ago
  田欧 647535cd9b Support map as query string or post form parameters (#1383) 6 years ago
  solos 220e8d3453 return json if jsonp has not callback (#1438) 6 years ago
  Rex Lee(李俊) 85221af84c add json ASCII string render (#1358) 6 years ago
  Jean-Christophe Lebreton bf7803815b Serve easily dynamic files with `DataFromReader` context method (#1304) 6 years ago
  JINNOUCHI Yasushi 995fa8e9ce Fix #216: Enable to call binding multiple times in some formats (#1341) 6 years ago