Document the HTTPUnmarshaller

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-08-05 09:21:46 -03:00
parent 2044d0da84
commit ca6c7942c0
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ v03.StructuredHTTPEmitter;
// Access the binary http event emitter
v03.BinaryHTTPEmitter;
// Access http unmarshaller to process incoming events
v03.Unmarshaller;
// Access http unmarshaller to process incoming events, Binary or Structured
v03.HTTPUnmarshaller;
```
### An easy way to create events