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:
commit
444046da94
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue