return HTTP_METHOD_POST;
}
@Override
protected void prepareConnection(HttpURLConnection connection, int contentLength) throws IOException {
InterceptConfiguration config = InterceptConfiguration.getInstance();
FrameBuilder builder = config.getFrameBuilder();
@SuppressWarnings("unchecked")
List<Color> colors = builder.getHint(Color.TOKEN_NAME, List.class);
if (colors == null) {
colors = new ArrayList<Color>();
builder.setHint(Color.TOKEN_NAME, colors);