Skip to content

Commit 38bbbb0

Browse files
authored
Update README.md
1 parent dcf2ca3 commit 38bbbb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Undertow is a very fast low level non blocking web server written in Java. It is
8181
* [Webpack and npm with Java](https://www.stubbornjava.com/posts/webpack-and-npm-for-simple-java-8-web-apps)
8282
* [Sharing routes and running multiple webservers in a single JVM](https://www.stubbornjava.com/posts/sharing-routes-and-running-multiple-java-services-in-a-single-jvm-with-undertow)
8383
* [Configuring Security Headers in Undertow](https://www.stubbornjava.com/posts/configuring-security-headers-in-undertow)
84+
* [Circuit Breaking HttpHandler](https://www.stubbornjava.com/posts/increasing-resiliency-with-circuit-breakers-in-your-undertow-webserver-with-failsafe)
8485

8586
## OkHttp for HTTP Client
8687
* [OkHttp Example REST client](https://www.stubbornjava.com/posts/okhttp-example-rest-client)

0 commit comments

Comments
 (0)