Parse protocol requests

This commit is contained in:
Carlos Martín Nieto
2013-05-28 09:18:58 +02:00
parent 03f43d3265
commit ecb7cdfc23
3 changed files with 33 additions and 5 deletions

View File

@@ -10,7 +10,10 @@
flags, flags_extended,
path :: iolist()}).
-record(geef_request, {service :: atom, path :: binary(), host :: binary()}).
-type geef_ref() :: #geef_ref{}.
-type geef_oid() :: #geef_oid{}.
-type geef_object() :: #geef_object{}.
-type geef_index_entry() :: #geef_index_entry{}.
-type geef_request() :: #geef_request{}.