Updated How to add custom license scheme yourself (markdown)
parent
7e67e62a32
commit
d2a621543f
@ -48,7 +48,7 @@ See [Contribution](https://github.com/FoxRefire/wvg/wiki/Contribution) for more
|
||||
* **method:** Specifies request method in string, `"POST"` is used in most cases.
|
||||
* **headers:** Specifies headers of request in `dict` or `str`, in most cases, specifying `licHeaders` as is.
|
||||
* **body:** Specifies requestBody of request in `bytes`, `str`, or `dict`, in most cases, either a `licBody` with a modified payload or a `challenge` is specified as is.
|
||||
* **resType:** Specifies return type in string, accepts "blob", "str" or "json".
|
||||
* **resType:** Specifies the return type in string, accepts `"blob"`, `"str"` or `"json"`.
|
||||
* **RESPONSE:** Returns fetch response as `bytes`, `str` or `dict` depending on the argument
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user