# req_sse v0.1.2 - Table of Contents

## Pages

- [ReqSSE](readme.md)
- [CHANGELOG](changelog.md)

## Modules

- [ReqSSE](ReqSSE.md): Req plugin for parsing [text/event-stream messages (aka server-sent events)][sse].
This plugin requires the use of `into: :self` and when a message is received
in the process mailbox it should be given to `Req.parse_message/2`.
- [ReqSSE.Message](ReqSSE.Message.md): The message struct.

- Exceptions
  - [ReqSSE.UnsupportedIntoError](ReqSSE.UnsupportedIntoError.md)

