0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Rename the type http_status/0 to cowboy_http:status/0

This commit is contained in:
Loïc Hoguin 2012-01-23 09:43:26 +01:00
parent 67e5713b2b
commit 16d3cb76c7
4 changed files with 11 additions and 11 deletions

View file

@ -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()})}.