Skip to content

Releases: jpatrickdill/roblox-requests

0.4 - HTML/XML Parsing

07 Jun 16:58
4dcd9b7
Compare
Choose a tag to compare

0.3 - Promise Support

02 Jun 17:29
4dcd9b7
Compare
Choose a tag to compare

Roblox Requests now supports Promises.

Changed

Old names are deprecated but still work as of 0.3.

  • Response.code changed to Response.status_code
  • Response.success changed to Response.ok
  • Response.content changed to Response.text

New

  • Response.encoding: string
  • http.send_promise() -> Promise
  • http.get_promise(), post_promise(), ... -> Promise
  • Session:send_promise() -> Promise
  • Session:get_promise(), post_promise(), ... -> Promise
  • Request:promise() -> Promise

Beta Release 0.2

18 May 18:46
Compare
Choose a tag to compare

Features

  • Sessions with Cookie Persistence
  • Default Headers, URL prefixes
  • Automatic Query Strings
  • JSON Body Encoding, JSON Response Decoding
  • Elegant Key/Value Cookies
  • Domain/Path filters
  • Multipart File Encoding and Upload
  • Global/Per-Session Ratelimiting