summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-January/000491.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives/extend/2015-January/000491.html')
-rw-r--r--archives/extend/2015-January/000491.html80
1 files changed, 80 insertions, 0 deletions
diff --git a/archives/extend/2015-January/000491.html b/archives/extend/2015-January/000491.html
new file mode 100644
index 00000000..b4f397a0
--- /dev/null
+++ b/archives/extend/2015-January/000491.html
@@ -0,0 +1,80 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy and handling exceptions
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%20and%20handling%20exceptions&In-Reply-To=%3CCAE7Uswd9-1g2QytyFPBWTFzy1KKhBircPT6_Q%3Dg_qBNqwnouow%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000489.html">
+ <LINK REL="Next" HREF="000492.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy and handling exceptions</H1>
+ <B>Stefan Strigler</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%20and%20handling%20exceptions&In-Reply-To=%3CCAE7Uswd9-1g2QytyFPBWTFzy1KKhBircPT6_Q%3Dg_qBNqwnouow%40mail.gmail.com%3E"
+ TITLE="[99s-extend] cowboy and handling exceptions">stefan.strigler at gmail.com
+ </A><BR>
+ <I>Wed Jan 14 17:45:41 CET 2015</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000489.html">[99s-extend] websocket over ssl
+</A></li>
+ <LI>Next message: <A HREF="000492.html">[99s-extend] cowboy and handling exceptions
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#491">[ date ]</a>
+ <a href="thread.html#491">[ thread ]</a>
+ <a href="subject.html#491">[ subject ]</a>
+ <a href="author.html#491">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hey there,
+
+maybe I'm missing the obvious. What I want to do is add some generic
+handler for exception handling. Say we have a set of resources some of
+which delegating stuff to external, other services. These calls might
+result in a
+
+throw({error, timeout})
+
+for instance. How would I add/modify cowboy's middleware (right place?) to
+handle those (known) exception and return a custom error (like 504 -
+Gateway Timeout).
+
+Thanks for any hints,
+
+Steve
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20150114/3267f73e/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20150114/3267f73e/attachment.html</A>&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000489.html">[99s-extend] websocket over ssl
+</A></li>
+ <LI>Next message: <A HREF="000492.html">[99s-extend] cowboy and handling exceptions
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#491">[ date ]</a>
+ <a href="thread.html#491">[ thread ]</a>
+ <a href="subject.html#491">[ subject ]</a>
+ <a href="author.html#491">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>