Skip to content

Commit eee0613

Browse files
committed
update url
1 parent c67be98 commit eee0613

40 files changed

+39
-39
lines changed

build/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
1+
Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
44
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
File renamed without changes.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<http-components.version>4.5.10</http-components.version>
5151

5252
<!-- Specify which Checkstyle ruleset to use -->
53-
<checkstyle.ruleset>build/checkstyle-v1.5.xml</checkstyle.ruleset>
53+
<checkstyle.ruleset>build/checkstyle.xml</checkstyle.ruleset>
5454
<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
5555
<checkstyle.version>8.24</checkstyle.version>
5656

src/main/java/org/sourcelab/http/rest/HttpClientRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/HttpsContextBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/MockRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/NoopTrustManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/RestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/RestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/RestResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/configuration/BasicConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/configuration/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/configuration/ProxyConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/exceptions/ConnectionException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/exceptions/InvalidRequestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/exceptions/ResourceNotFoundException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/exceptions/ResultParsingException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/exceptions/UnauthorizedRequestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/handlers/RestResponseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/handlers/StringResponseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/interceptor/HeaderRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/interceptor/NoopRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/interceptor/RequestContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/interceptor/RequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/DeleteRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/GetRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/PostRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/PutRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/Request.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/RequestHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/RequestMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/RequestParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/body/NoBodyContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/body/RequestBodyContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/body/StringBodyContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/org/sourcelab/http/rest/request/body/UrlEncodedFormBodyContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/test/java/org/sourcelab/http/rest/HttpClientRestClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/test/java/org/sourcelab/http/rest/HttpsContextBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/test/java/testserver/RequestProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/test/java/testserver/TestHttpServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/HttpClientWrapper
2+
* Copyright 2019 SourceLab.org https://github.com/SourceLabOrg/http-client-wrapper
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

0 commit comments

Comments
 (0)