aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_default_event_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_default_event_h.erl')
-rw-r--r--src/gun_default_event_h.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gun_default_event_h.erl b/src/gun_default_event_h.erl
index 4156ed7..cd48fc2 100644
--- a/src/gun_default_event_h.erl
+++ b/src/gun_default_event_h.erl
@@ -21,6 +21,7 @@
-export([request_start/2]).
-export([request_headers/2]).
-export([request_end/2]).
+-export([response_start/2]).
-export([response_inform/2]).
-export([response_headers/2]).
-export([response_end/2]).
@@ -45,6 +46,9 @@ request_headers(_EventData, State) ->
request_end(_EventData, State) ->
State.
+response_start(_EventData, State) ->
+ State.
+
response_inform(_EventData, State) ->
State.