Просмотр исходного кода

Improve generate_etag return value description

Loïc Hoguin 12 лет назад
Родитель
Сommit
8fac4eedcf
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      manual/cowboy_rest.md

+ 2 - 1
manual/cowboy_rest.md

@@ -299,7 +299,8 @@ REST callbacks description
 > This value will be sent as the value of the etag header.
 >
 > If a binary is returned, then the value will be parsed
-> to the tuple form automatically.
+> to the tuple form automatically. The value must be in
+> the same format as the etag header, including quotes.
 
 ### is_authorized