|
1 | | -<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on http4k</title><link>https://http4k.org/</link><description>Recent content in Home on http4k</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 28 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://http4k.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Connect Overview</title><link>https://http4k.org/ecosystem/connect/concepts/pattern/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/ecosystem/connect/concepts/pattern/</guid><description><p>The main bulk of non-operationally focussed application code in a modern Server-based HTTP microservice can be broken |
| 1 | +<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on http4k</title><link>https://http4k.org/</link><description>Recent content in Home on http4k</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 09 May 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://http4k.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Connect Overview</title><link>https://http4k.org/ecosystem/connect/concepts/pattern/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/ecosystem/connect/concepts/pattern/</guid><description><p>The main bulk of non-operationally focussed application code in a modern Server-based HTTP microservice can be broken |
2 | 2 | down into a few broad areas:</p></description></item><item><title>Core</title><link>https://http4k.org/ecosystem/http4k/reference/core/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/ecosystem/http4k/reference/core/</guid><description><h3 id="installation-gradle">Installation (Gradle)</h3> |
3 | 3 | <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-kotlin" data-lang="kotlin"><span style="display:flex;"><span>dependencies { |
4 | 4 | </span></span><span style="display:flex;"><span> |
@@ -260,7 +260,8 @@ down into a few broad areas:</p></description></item><item><title>Core</title |
260 | 260 | <td></td> |
261 | 261 | </tr> |
262 | 262 | </tbody> |
263 | | -</table></description></item><item><title>http4k Core</title><link>https://http4k.org/ecosystem/http4k/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/ecosystem/http4k/</guid><description/></item><item><title>Your first http4k app</title><link>https://http4k.org/tutorial/your_first_http4k_app/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/tutorial/your_first_http4k_app/</guid><description><p>Welcome to the world of http4k! In this guide, we&rsquo;ll run you through the steps required to get up and running with your first Kotlin server application. We&rsquo;ll generate the project, make some requests to it and then build it into a runnable application. By the end, you&rsquo;ll have a fully working app built packaged and tested using the Gradle build tool.</p></description></item><item><title>http4k Connect</title><link>https://http4k.org/ecosystem/connect/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/ecosystem/connect/</guid><description/></item><item><title>Serverless http4k with AWS Lambda</title><link>https://http4k.org/tutorial/serverless_http4k_with_aws_lambda/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/tutorial/serverless_http4k_with_aws_lambda/</guid><description><p>In this guide, we&rsquo;ll run you through the steps required to get an http4k application deployed and running on AWS Lambda and available to call over the internet using AWS ApiGateway. If you&rsquo;re not familiar with the http4k concepts for HTTP and Serverless apps, then we advise you read them <a href="https://http4k.org/ecosystem/http4k/concepts/http/">here</a> and <a href="https://http4k.org/ecosystem/http4k/concepts/serverless/">here</a>. To make an app you can follow the <a href="https://http4k.org/tutorial/your_first_http4k_app/">Your first http4k app</a> tutorial before tackling this guide.</p></description></item><item><title>Going native with Graal on AWS Lambda</title><link>https://http4k.org/tutorial/going_native_with_graal_on_aws_lambda/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/tutorial/going_native_with_graal_on_aws_lambda/</guid><description><p>In this guide, we&rsquo;ll run you through the steps required to get an http4k application deployed and running on AWS Lambda with GraalVM and available to call over the internet using AWS ApiGateway. If you&rsquo;re not familiar with the http4k concepts for HTTP and Serverless apps, then we advise you read them <a href="https://http4k.org/ecosystem/http4k/concepts/http/">here</a> and <a href="https://http4k.org/ecosystem/http4k/concepts/serverless/">here</a>. To make an app you can follow the <a href="https://http4k.org/tutorial/your_first_http4k_app/">Your first http4k app</a> tutorial. Then follow the steps in the <a href="https://http4k.org/tutorial/serverless_http4k_with_aws_lambda/">Serverless http4k with AWS Lambda</a> tutorial before tackling this guide.</p></description></item><item><title>http4k MCP Has Landed: Build Your Own AI Agents with Zero Compromise on Testability!</title><link>https://http4k.org/news/http4k_mcp_has_landed/</link><pubDate>Fri, 28 Mar 2025 00:00:00 +0000</pubDate><guid>https://http4k.org/news/http4k_mcp_has_landed/</guid><description><img class="imageMid my-4" src="./http4k-mcp.png" alt="http4k MCP logo"/> |
| 263 | +</table></description></item><item><title>http4k Core</title><link>https://http4k.org/ecosystem/http4k/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/ecosystem/http4k/</guid><description/></item><item><title>Your first http4k app</title><link>https://http4k.org/tutorial/your_first_http4k_app/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/tutorial/your_first_http4k_app/</guid><description><p>Welcome to the world of http4k! In this guide, we&rsquo;ll run you through the steps required to get up and running with your first Kotlin server application. We&rsquo;ll generate the project, make some requests to it and then build it into a runnable application. By the end, you&rsquo;ll have a fully working app built packaged and tested using the Gradle build tool.</p></description></item><item><title>http4k Connect</title><link>https://http4k.org/ecosystem/connect/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/ecosystem/connect/</guid><description/></item><item><title>Serverless http4k with AWS Lambda</title><link>https://http4k.org/tutorial/serverless_http4k_with_aws_lambda/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/tutorial/serverless_http4k_with_aws_lambda/</guid><description><p>In this guide, we&rsquo;ll run you through the steps required to get an http4k application deployed and running on AWS Lambda and available to call over the internet using AWS ApiGateway. If you&rsquo;re not familiar with the http4k concepts for HTTP and Serverless apps, then we advise you read them <a href="https://http4k.org/ecosystem/http4k/concepts/http/">here</a> and <a href="https://http4k.org/ecosystem/http4k/concepts/serverless/">here</a>. To make an app you can follow the <a href="https://http4k.org/tutorial/your_first_http4k_app/">Your first http4k app</a> tutorial before tackling this guide.</p></description></item><item><title>Going native with Graal on AWS Lambda</title><link>https://http4k.org/tutorial/going_native_with_graal_on_aws_lambda/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/tutorial/going_native_with_graal_on_aws_lambda/</guid><description><p>In this guide, we&rsquo;ll run you through the steps required to get an http4k application deployed and running on AWS Lambda with GraalVM and available to call over the internet using AWS ApiGateway. If you&rsquo;re not familiar with the http4k concepts for HTTP and Serverless apps, then we advise you read them <a href="https://http4k.org/ecosystem/http4k/concepts/http/">here</a> and <a href="https://http4k.org/ecosystem/http4k/concepts/serverless/">here</a>. To make an app you can follow the <a href="https://http4k.org/tutorial/your_first_http4k_app/">Your first http4k app</a> tutorial. Then follow the steps in the <a href="https://http4k.org/tutorial/serverless_http4k_with_aws_lambda/">Serverless http4k with AWS Lambda</a> tutorial before tackling this guide.</p></description></item><item><title>Simplifying MCP: http4k's Updated Authentication Model - Less Code, More Power</title><link>https://http4k.org/news/simplifying-mcp/</link><pubDate>Fri, 09 May 2025 00:00:00 +0000</pubDate><guid>https://http4k.org/news/simplifying-mcp/</guid><description><img class="imageMid my-4" src="./http4k-oauth-mcp.png" alt="http4k MCP logo"/> |
| 264 | +<p>We&rsquo;re excited to share a significant update to our <a href="https://mcp.http4k.org">http4k Model Context Protocol (MCP) SDK</a>! 🚀. Based on community feedback and our commitment to making AI integration as frictionless as possible, we&rsquo;ve streamlined the authentication model in our latest release.</p></description></item><item><title>http4k MCP Has Landed: Build Your Own AI Agents with Zero Compromise on Testability!</title><link>https://http4k.org/news/http4k_mcp_has_landed/</link><pubDate>Fri, 28 Mar 2025 00:00:00 +0000</pubDate><guid>https://http4k.org/news/http4k_mcp_has_landed/</guid><description><img class="imageMid my-4" src="./http4k-mcp.png" alt="http4k MCP logo"/> |
264 | 265 | <p>We&rsquo;re thrilled to announce the launch of the http4k <a href="https://mcp.http4k.org">Model Context Protocol (MCP) SDK</a>! 🚀 |
265 | 266 | This powerful addition to the http4k ecosystem brings seamless AI integration capabilities to your applications through |
266 | 267 | a clean, functional API that stays true to http4k&rsquo;s core principles.</p></description></item><item><title>http4k v6: Still the most testable web toolkit on the planet!*</title><link>https://http4k.org/news/http4k-v6-still-the-most-testable-web-toolkit-on-the-planet/</link><pubDate>Sat, 01 Feb 2025 00:00:00 +0000</pubDate><guid>https://http4k.org/news/http4k-v6-still-the-most-testable-web-toolkit-on-the-planet/</guid><description><img class="imageMid my-4" src="./takeoff.png" alt="http4k logo"/> |
|
0 commit comments