File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
client/src/main/java/org/asynchttpclient/util Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- package org .asynchttpclient .util ;
2
-
3
- import io .netty .handler .codec .http .HttpMethod ;
4
- import io .netty .handler .codec .http .HttpResponseStatus ;
5
-
6
1
/*
7
2
* Copyright (c) 2015 AsyncHttpClient Project. All rights reserved.
8
3
*
16
11
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
12
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
18
13
*/
14
+ package org .asynchttpclient .util ;
15
+
16
+ import io .netty .handler .codec .http .HttpMethod ;
17
+ import io .netty .handler .codec .http .HttpResponseStatus ;
18
+
19
19
public final class HttpConstants {
20
20
21
21
public static final class Methods {
You can’t perform that action at this time.
0 commit comments