Skip to content
  • Tiago's avatar
    remove form, json, ,xml and body from the Options class · 8b2ee0b4
    Tiago authored
    Options become a bunch of session and connection level parameters, and requests do not need to maintain a separate Options object when they contain a body anymore, instead, objects is shared with the session, while request-only parameters get passed downwards to the request and its body. This reduces allocations of Options, currently the heaviest object to manage.
    8b2ee0b4
Loading