docs: ecore_con: be a bitmore verbose for the HTTP version description

This commit is contained in:
Stefan Schmidt 2016-10-20 12:47:53 +02:00
parent 13d92a7c5e
commit eb9923a68c
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
import eina_types;
enum Efl.Net.Http.Version {
v1_0 = 100, [[1.0]]
v1_1 = 101, [[1.1]]
v2_0 = 200, [[2.0]]
[[HTTP protocol versions]]
v1_0 = 100, [[HTTP version 1.0]]
v1_1 = 101, [[HTTP version 1.1]]
v2_0 = 200, [[HTTP version 2.0]]
}
enum Efl.Net.Http.Authentication_Method {