I hereby claim:
- I am ethanfrey on github.
- I am confio (https://keybase.io/confio) on keybase.
- I have a public key ASABnwVRWAO3cYEeKxQq0tA5AIP8R0-VaNba6X3NzEc71go
To claim this, I am signing this object:
| package bug | |
| import ( | |
| "encoding/base64" | |
| "testing" | |
| ) | |
| func TestWTF(t *testing.T) { | |
| assert := assert.New(t) | |
| url := base64.URLEncoding |
I hereby claim:
To claim this, I am signing this object:
| """ | |
| Simple http server to create streams for asyncio tests | |
| """ | |
| import asyncio | |
| import aiohttp | |
| from aiohttp import web | |
| async def get_data(host, port): | |
| url = 'http://{}:{}/'.format(host, port) |