Skip to content

Commit

Permalink
readme: add expected example output
Browse files Browse the repository at this point in the history
  • Loading branch information
pallas committed Dec 10, 2020
1 parent 874b4eb commit 5f8751b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,22 @@ pprint({
})
```

```
{'version': '3.0.0'}
MESSAGE BEGIN
UNPAUSING
UNPAUSING
UNPAUSING
URL b'/test'
HEADER lol: b'wut'
HEADER oh: b'hai'
MESSAGE COMPLETE
{'headers': {'lol': b'wut', 'oh': b'hai'},
'method': 'GET',
'url': b'/test',
'version': '1.1'}
```

## Extra

This project is a toy, started to reacquaint myself with Python
Expand Down

0 comments on commit 5f8751b

Please sign in to comment.