diff options
author | Loïc Hoguin <[email protected]> | 2012-01-23 09:43:26 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-01-23 09:43:26 +0100 |
commit | 16d3cb76c7b7d82301ab6542f8c6e94a4ee358d5 (patch) | |
tree | 91b7ed6f127daae6df83b95c286ead5b790a7590 /include/http.hrl | |
parent | 67e5713b2bd353e8cc22d91ab2b9773540a9764d (diff) | |
download | cowboy-16d3cb76c7b7d82301ab6542f8c6e94a4ee358d5.tar.gz cowboy-16d3cb76c7b7d82301ab6542f8c6e94a4ee358d5.tar.bz2 cowboy-16d3cb76c7b7d82301ab6542f8c6e94a4ee358d5.zip |
Rename the type http_status/0 to cowboy_http:status/0
Diffstat (limited to 'include/http.hrl')
-rw-r--r-- | include/http.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl index f1ad337..e97975e 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -13,7 +13,6 @@ %% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --type http_status() :: non_neg_integer() | binary(). -type http_resp_body() :: iodata() | {non_neg_integer(), fun(() -> {sent, non_neg_integer()})}. |