aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/http/connection.ex
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2018-12-04 17:48:55 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2018-12-04 17:48:55 +0300
commitdd8aee332cf939f1a76f60a95b117ab90530178b (patch)
tree509ec960e9bb272183916df8ed3ab929ae936519 /lib/pleroma/http/connection.ex
parent5c6d47614dfd72566a91ac58223902e71ebdf1d3 (diff)
downloadpleroma-dd8aee332cf939f1a76f60a95b117ab90530178b.tar.gz
formatting the code
Diffstat (limited to 'lib/pleroma/http/connection.ex')
-rw-r--r--lib/pleroma/http/connection.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pleroma/http/connection.ex b/lib/pleroma/http/connection.ex
index f64d4e18e..5e8f2aabd 100644
--- a/lib/pleroma/http/connection.ex
+++ b/lib/pleroma/http/connection.ex
@@ -1,4 +1,8 @@
defmodule Pleroma.HTTP.Connection do
+ @moduledoc """
+ Connection for http-requests.
+ """
+
@hackney_options [pool: :default]
@adapter Application.get_env(:tesla, :adapter)