endpoints: rename built-in type 'https' -> 'http' (cl-epfk)#499
Open
arnauorriols wants to merge 1 commit into
Open
endpoints: rename built-in type 'https' -> 'http' (cl-epfk)#499arnauorriols wants to merge 1 commit into
arnauorriols wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
clawpatrol | 95bfcec | Commit Preview URL Branch Preview URL |
May 21 2026, 03:13 PM |
Member
Author
|
sync with main and fix git conflicts |
The built-in TLS-wrapped HTTP endpoint plugin was registered as type "https". Renames the type identifier to "http" everywhere it appears: plugin registration, HCL block labels, typed references (https.X -> http.X), example configs, testdata + golden JSON, and docs. Other endpoint types containing "https" in their identifier (clickhouse_https, openai_codex_https, example_https) are unchanged. Also renames the exported Go types HTTPSEndpoint / HTTPSEndpointRuntime to HTTPEndpoint / HTTPEndpointRuntime and the file https.go -> http.go to match. Regenerates docgen output and site/src/lib/examples.ts from the updated source HCL. The "https" facet (action facet, package path, https-mitm transport) and URL-scheme strings are out of scope and untouched.
11d67d5 to
95bfcec
Compare
Member
Author
|
[bot-reply]
|
|
🚀 Preview deployed: https://demo.clawpatrol.dev/pr-preview/pr-499/ Built from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The built-in TLS-wrapped HTTP endpoint plugin was registered as type "https". Renames the type identifier to "http" everywhere it appears: plugin registration, HCL block labels, typed references (https.X -> http.X), example configs, testdata + golden JSON, and docs. Other endpoint types containing "https" in their identifier (clickhouse_https, openai_codex_https, example_https) are unchanged.
Also renames the exported Go types HTTPSEndpoint / HTTPSEndpointRuntime to HTTPEndpoint / HTTPEndpointRuntime and the file https.go -> http.go to match. Regenerates docgen output and site/src/lib/examples.ts from the updated source HCL.
The "https" facet (action facet, package path, https-mitm transport) and URL-scheme strings are out of scope and untouched.