You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oas2: Add support for content negotiation
Now we can request an API document in JSON format. For example (via HTTPie):
```
$ http GET :8080/api Accept:application/json
$ http GET :8080/api?accept=json
```