Updated Javadoc of HttpHeaders

This commit is contained in:
Trustin Lee 2010-01-26 06:30:12 +00:00
parent fddfd4e7cf
commit 2ad21ec84d

View File

@ -23,7 +23,8 @@ import java.util.TreeSet;
/**
* Standard HTTP header names and values.
* Provides the constants for the standard HTTP header names and values and
* commonly used utility methods that accesses an {@link HttpMessage}.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org)