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.erl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gun_default_event_h.erl b/src/gun_default_event_h.erl
index 9b56e71..25076ac 100644
--- a/src/gun_default_event_h.erl
+++ b/src/gun_default_event_h.erl
@@ -25,6 +25,8 @@
-export([request_start/2]).
-export([request_headers/2]).
-export([request_end/2]).
+-export([push_promise_start/2]).
+-export([push_promise_end/2]).
-export([response_start/2]).
-export([response_inform/2]).
-export([response_headers/2]).
@@ -70,6 +72,12 @@ request_headers(_EventData, State) ->
request_end(_EventData, State) ->
State.
+push_promise_start(_EventData, State) ->
+ State.
+
+push_promise_end(_EventData, State) ->
+ State.
+
response_start(_EventData, State) ->
State.