Handle gzipped http responses
This commit is contained in:
parent
85a83d30df
commit
bbc729b5ca
|
@ -8,6 +8,7 @@ defmodule Frenzy.Network do
|
|||
|
||||
plug Tesla.Middleware.Logger, log_level: &log_level/1
|
||||
plug Tesla.Middleware.FollowRedirects
|
||||
plug Tesla.Middleware.Compression
|
||||
|
||||
# can't use JSON middleware currently, because feed_parser expects to parse the raw body data itself
|
||||
# plug Tesla.Middleware.JSON
|
||||
|
|
Loading…
Reference in New Issue