mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-06 00:32:34 -04:00
Fix warning for unused alias for GeneralRequestInfo
This commit is contained in:
parent
9ded53016c
commit
d5e24465e7
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