1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 16:22:32 -04:00

Merge pull request #24 from jwinter/remove-alias-warning

Fix warning for unused alias for GeneralRequestInfo
This commit is contained in:
Eduardo Gurgel 2016-12-06 08:55:06 +13:00 committed by GitHub
commit 444046da94

View file

@ -2,7 +2,6 @@ defmodule HTTParrot.RetrieveRequestHandler do
@moduledoc """ @moduledoc """
Retreive saved request and clear the conresponding :id Retreive saved request and clear the conresponding :id
""" """
alias HTTParrot.GeneralRequestInfo
use HTTParrot.Cowboy, methods: ~w(GET POST PUT HEAD OPTIONS) use HTTParrot.Cowboy, methods: ~w(GET POST PUT HEAD OPTIONS)
def content_types_provided(req, state) do def content_types_provided(req, state) do