mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #329] [CLOSED] Polish HttpClient API #503
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/329
Author: @odenix
Created: 3/17/2024
Status: ❌ Closed
Base:
main← Head:polish-http📝 Commits (1)
6440fa3Polish HttpClient API📊 Changes
10 files changed (+21 additions, -24 deletions)
View changed files
📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliBaseOptions.kt(+1 -1)📝
pkl-core/src/main/java/org/pkl/core/http/HttpClient.java(+7 -8)📝
pkl-core/src/main/java/org/pkl/core/http/HttpClientBuilder.java(+4 -4)📝
pkl-core/src/main/java/org/pkl/core/http/HttpClientInitException.java(+1 -3)📝
pkl-core/src/main/java/org/pkl/core/service/ExecutorSpiImpl.java(+1 -1)📝
pkl-core/src/test/kotlin/org/pkl/core/StackFrameTransformersTest.kt(+1 -1)📝
pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt(+3 -3)📝
pkl-core/src/test/kotlin/org/pkl/core/packages/PackageResolversTest.kt(+1 -1)📝
pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDependenciesResolverTest.kt(+1 -1)📝
pkl-core/src/test/kotlin/org/pkl/core/project/ProjectTest.kt(+1 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.