Document the HTTPUnmarshaller
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
2044d0da84
commit
ca6c7942c0
|
@ -41,8 +41,8 @@ v03.StructuredHTTPEmitter;
|
||||||
// Access the binary http event emitter
|
// Access the binary http event emitter
|
||||||
v03.BinaryHTTPEmitter;
|
v03.BinaryHTTPEmitter;
|
||||||
|
|
||||||
// Access http unmarshaller to process incoming events
|
// Access http unmarshaller to process incoming events, Binary or Structured
|
||||||
v03.Unmarshaller;
|
v03.HTTPUnmarshaller;
|
||||||
```
|
```
|
||||||
|
|
||||||
### An easy way to create events
|
### An easy way to create events
|
||||||
|
|
Loading…
Reference in New Issue