Home
last modified time | relevance | path

Searched defs:code_to_phrase (Results 1 – 1 of 1) sorted by relevance

/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_api.erl536 code_to_phrase(100) -> "Continue"; function
539 code_to_phrase(200) -> "OK"; function
540 code_to_phrase(201) -> "Created"; function
541 code_to_phrase(202) -> "Accepted"; function
548 code_to_phrase(226) -> "IM Used"; function
551 code_to_phrase(302) -> "Found"; function
552 code_to_phrase(303) -> "See Other"; function
555 code_to_phrase(306) -> "(Unused)"; function
567 code_to_phrase(409) -> "Conflict"; function
568 code_to_phrase(410) -> "Gone"; function
[all …]