add common parameters to generic get API
Honestly this was just done to make the documentation correct. There's no point in using these parameters. And they're optional.
This commit is contained in:
parent
ab22938c0b
commit
6a3f755bfa
3 changed files with 10 additions and 3 deletions
|
@ -64,6 +64,8 @@ p2pHttpAPI = Proxy
|
|||
|
||||
type GetGenericAPI
|
||||
= CaptureKey
|
||||
:> CU Optional
|
||||
:> BypassUUIDs
|
||||
:> IsSecure
|
||||
:> AuthHeader
|
||||
:> StreamGet NoFraming OctetStream
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue