Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for okhttp (0.05 sec)

  1. pom.xml

    L1:<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> L2: <modelVersion>4.0.0</modelVersion> L3: <groupId>org.codelibs</groupId> L4: <artifactId>curl4j</artifactId> L5: <version>1.2.9-SNAPSHOT</version> L6: <packaging>jar</packaging> L7: <name>cUrl-Like Java client</name> L8: <inceptionYear>2011</inceptionYear> L9: <licenses> L10: <license> L11:...
    github.com/codelibs/curl4j/pom.xml
    Thu Oct 03 17:04:48 UTC 2024
      4K bytes
  2. Curl.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      1.7K bytes
  3. LICENSE

    L1:Apache License L2: Version 2.0, January 2004 L3: http://www.apache.org/licenses/ L4: L5: TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION L6: L7: 1. Definitions. L8: L9: "License" shall mean the terms and conditions for use, reproduction, L10: and distribution as defined by Sections 1 through 9 of this document. L11: L12: "Licensor" shall mean the copyright owner or entity authorized by L13: the copyright owner...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  4. CurlException.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      950 bytes
  5. ContentOutputStreamTest.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/test/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      2K bytes
  6. CurlResponse.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      4K bytes
  7. IOIntegrationTest.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/test/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      3.4K bytes
  8. ContentCache.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      1.6K bytes
  9. ContentOutputStream.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      1.9K bytes
  10. CurlRequest.java

    2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Sun Feb 12 12:21:25 UTC 2023
      12.3K bytes
Back to top