This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ce8372680c4 Regen for commit 22a94eb2b4fc4c23c91a65d5d85657ef70de5202 
(#13230)
ce8372680c4 is described below

commit ce8372680c4378cc309e73d35b56db338c3fd439
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 21 09:26:16 2024 +0100

    Regen for commit 22a94eb2b4fc4c23c91a65d5d85657ef70de5202 (#13230)
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 .../apache/camel/kotlin/components/HttpUriDsl.kt   | 44 +++++++++++-----------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
index 685cfc4c65e..7e44005e478 100644
--- 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
+++ 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
@@ -73,16 +73,24 @@ public class HttpUriDsl(
     it.property("connectionClose", connectionClose.toString())
   }
 
-  public fun followRedirects(followRedirects: String) {
-    it.property("followRedirects", followRedirects)
+  public fun httpMethod(httpMethod: String) {
+    it.property("httpMethod", httpMethod)
   }
 
-  public fun followRedirects(followRedirects: Boolean) {
-    it.property("followRedirects", followRedirects.toString())
+  public fun skipRequestHeaders(skipRequestHeaders: String) {
+    it.property("skipRequestHeaders", skipRequestHeaders)
   }
 
-  public fun httpMethod(httpMethod: String) {
-    it.property("httpMethod", httpMethod)
+  public fun skipRequestHeaders(skipRequestHeaders: Boolean) {
+    it.property("skipRequestHeaders", skipRequestHeaders.toString())
+  }
+
+  public fun skipResponseHeaders(skipResponseHeaders: String) {
+    it.property("skipResponseHeaders", skipResponseHeaders)
+  }
+
+  public fun skipResponseHeaders(skipResponseHeaders: Boolean) {
+    it.property("skipResponseHeaders", skipResponseHeaders.toString())
   }
 
   public fun throwExceptionOnFailure(throwExceptionOnFailure: String) {
@@ -129,6 +137,14 @@ public class HttpUriDsl(
     it.property("deleteWithBody", deleteWithBody.toString())
   }
 
+  public fun followRedirects(followRedirects: String) {
+    it.property("followRedirects", followRedirects)
+  }
+
+  public fun followRedirects(followRedirects: Boolean) {
+    it.property("followRedirects", followRedirects.toString())
+  }
+
   public fun getWithBody(getWithBody: String) {
     it.property("getWithBody", getWithBody)
   }
@@ -165,22 +181,6 @@ public class HttpUriDsl(
     it.property("preserveHostHeader", preserveHostHeader.toString())
   }
 
-  public fun skipRequestHeaders(skipRequestHeaders: String) {
-    it.property("skipRequestHeaders", skipRequestHeaders)
-  }
-
-  public fun skipRequestHeaders(skipRequestHeaders: Boolean) {
-    it.property("skipRequestHeaders", skipRequestHeaders.toString())
-  }
-
-  public fun skipResponseHeaders(skipResponseHeaders: String) {
-    it.property("skipResponseHeaders", skipResponseHeaders)
-  }
-
-  public fun skipResponseHeaders(skipResponseHeaders: Boolean) {
-    it.property("skipResponseHeaders", skipResponseHeaders.toString())
-  }
-
   public fun userAgent(userAgent: String) {
     it.property("userAgent", userAgent)
   }

Reply via email to