Merge branch 'support/issue_480' into 'develop'
[akkoma] / lib / pleroma / http / http.ex
index e572dfedf67657c3d580561572a71e1ba08853b7..32d9cf5aa7806efdcc50b08f40cb164bb6f17e18 100644 (file)
@@ -10,6 +10,8 @@ defmodule Pleroma.HTTP do
   alias Pleroma.HTTP.Connection
   alias Pleroma.HTTP.RequestBuilder, as: Builder
 
+  @type t :: __MODULE__
+
   @doc """
   Builds and perform http request.