Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

feat(Http): Http service can make cross-site requests (get, post, put, e... #1026

Commits on May 22, 2014

  1. feat(Http): Http service can make cross-site requests (get, post, put…

    …, etc.) which use credentials (such as cookies or authorization headers).
    
    Closes dart-archive#945
    mvuksano committed May 22, 2014
    Configuration menu
    Copy the full SHA
    9460160 View commit details
    Browse the repository at this point in the history
  2. feat(MockHttpBackend): Add support for withCredentials.

    MockHttpBackend takes one more parameter, withCredentials. This is used to mimic withCredentials parameter from real HttpRequest.
    mvuksano committed May 22, 2014
    Configuration menu
    Copy the full SHA
    92706b5 View commit details
    Browse the repository at this point in the history