added data attrs for user and tag
[akkoma] / lib / pleroma / http / connection.ex
index f64d4e18e2f35750cbfbc1baed4a3a512e2050b4..5e8f2aabd1b3ed26b70ea548cae283da232962a3 100644 (file)
@@ -1,4 +1,8 @@
 defmodule Pleroma.HTTP.Connection do
+  @moduledoc """
+  Connection for http-requests.
+  """
+
   @hackney_options [pool: :default]
   @adapter Application.get_env(:tesla, :adapter)