Anaminus/rbxmk

Add options to HTTP functions

Closed this issue · 1 comments

http.read(options: HTTPOptions): (value: any)
http.write(options: HTTPOptions, value: any)

HTTPOptions:

Field Type Notes
URL string
Format string
Desc RootDesc|false|nil Passed to format options.
Cookie Cookie?

Implemented by 6c66525.