File tree 1 file changed +13
-0
lines changed
client/src/main/java/org/asynchttpclient/util
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 3
3
import io .netty .handler .codec .http .HttpMethod ;
4
4
import io .netty .handler .codec .http .HttpResponseStatus ;
5
5
6
+ /*
7
+ * Copyright (c) 2015 AsyncHttpClient Project. All rights reserved.
8
+ *
9
+ * This program is licensed to you under the Apache License Version 2.0,
10
+ * and you may not use this file except in compliance with the Apache License Version 2.0.
11
+ * You may obtain a copy of the Apache License Version 2.0 at
12
+ * http://www.apache.org/licenses/LICENSE-2.0.
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the Apache License Version 2.0 is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
18
+ */
6
19
public final class HttpConstants {
7
20
8
21
public static final class Methods {
You can’t perform that action at this time.
0 commit comments