public class HTTP
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HTTP.ContentTypeWithEncoding |
| Constructor and Description |
|---|
HTTP() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
fixCaseForHttpHeader(java.lang.String headerName)
Use this method to make sure you have the correct caseing of a http header name.
|
static HTTP.ContentTypeWithEncoding |
parseContentType(java.lang.String contentType) |
public static HTTP.ContentTypeWithEncoding parseContentType(java.lang.String contentType)
public static java.lang.String fixCaseForHttpHeader(java.lang.String headerName)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly