Go to file
Trustin Lee 9db6bba913 NETTY-295 HTTP header getters/setters for date headers
* Added get/setDateHeader() methods that works with custom date
headers
* Removed get/setDateInMilliseconds() methods because they can be
simply represented with a chained getTime() call
* Fixed the inconsistent behavior & contract of
HttpHeaders.getContentLength() which does not throw an exception when
the header is missing or ill-formatted unless a default value is
specified
* Added clearHeaders() and removeHeader() to HttpHeaders
* Tabs to spaces
2011-05-11 18:09:49 +09:00
license Removed the license files for unused dependencies 2010-04-30 11:09:37 +00:00
src NETTY-295 HTTP header getters/setters for date headers 2011-05-11 18:09:49 +09:00
.fbfilter.xml Updated FindBugs filter 2009-04-15 23:46:33 +00:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Added IntelliJ specific files to .gitignore 2010-11-23 20:09:22 +09:00
COPYRIGHT.txt * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
LICENSE.txt Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
NOTICE.txt Fixed wrong license file name 2010-10-24 18:17:54 +00:00
pom.xml Fixed indentation 2011-04-18 17:50:29 +09:00