aspnetcore/test/testapps/TestServer
Robin Sue b5128a7efd Add support for sending and receiving arbitrary HttpContent, refs #479 (#815)
* Add support for zero copy byte array marshalling

* Add support for sending arbitrary HttpContent, refs #479

* Fix unit test to set ContentType correctly

* Add support for receiving binary data

* Compare header case insensitive

* Add unit test for binary http requests
2018-05-23 10:16:27 +01:00
..
Controllers Add support for sending and receiving arbitrary HttpContent, refs #479 (#815) 2018-05-23 10:16:27 +01:00
Program.cs Infrastructure for E2E tests where the app makes requests to an API server 2018-02-23 13:28:58 +00:00
Startup.cs Enable same-origin credentials by default. Add E2E test to show they can be sent to different-origin domains too. 2018-04-09 12:54:13 +01:00
TestServer.csproj Add an example API server project that can be used in E2E tests 2018-02-23 13:07:49 +00:00
appsettings.Development.json Add an example API server project that can be used in E2E tests 2018-02-23 13:07:49 +00:00
appsettings.json Add an example API server project that can be used in E2E tests 2018-02-23 13:07:49 +00:00