Stef Heyenrath
443fc76773
Add request / response logging ( #151 )
...
Add request / response logging (#151 )
2018-06-23 11:22:07 +02:00
Bob Paul
297743a19a
Fix code for .NET Core 2 so that server has cancellation token, and Stop method waits for shutdown. This resolves issues when using .NET Core 2 and starting/stopping server instances. ( #145 )
2018-05-28 08:30:18 +02:00
Stef Heyenrath
0640c88bcd
Fix ConcurrentDictionary ( #129 ) ( #144 )
2018-05-28 08:08:18 +02:00
Stef Heyenrath
eda71bd725
Allow all headers to be set as Response headers ( #142 )
...
* Allow all headers to be set as Response headers
* RunTestDifferentPort
* Fix Proxy_Should_change_absolute_location_header_in_proxied_response test
* Fix OwinResponseMapper
* Fix test
* 1.0.3.18
2018-05-25 21:04:58 +02:00
Stef Heyenrath
7cf283ec13
Restricted ResponseHeaders ( #126 )
2018-04-17 19:43:38 +02:00
SubjectiveReality
7bd63a0baf
Change listen from loopback to any ip address for dotnetcore2.0 apps per issue #124
...
Change listen from loopback to any ip address for dotnetcore2.0 apps per issue #124 (#125 )
2018-04-14 09:56:29 +02:00
Stef Heyenrath
4f294baff2
Small code refactor ( #117 )
2018-04-05 20:51:10 +02:00
Evan Liang
2d2a2dd6fc
Respect start timeout setting and expose exception from server startup ( #117 )
...
* Respect start timeout setting and expose exception from server startup
* Dispose running servers properly on error happening
* Addressed comments from Stef
2018-04-05 18:31:10 +00:00
Stef Heyenrath
df4a1f628a
BodyAsJsonIndented ( #113 )
2018-03-28 09:51:01 +02:00
Stef Heyenrath
8d109c69eb
Fix #104
2018-03-09 08:20:48 +01:00
Stef Heyenrath
17741cbc50
FIx for IsStarted ( #93 )
2018-02-28 08:34:57 +01:00
Stef Heyenrath
938d3fb095
Replace log4net by custom logger ( #94 ) ( #96 )
...
* Replace log4net by custom logger
* WireMockNullLogger
2018-02-28 07:01:03 +00:00
Stef Heyenrath
0c25b2e9f2
Json fixes ( #91 ) ( #92 )
...
* Fixes for JsonPath
* More tests
* Fixes + added tests
2018-02-23 12:29:43 +00:00
Stef Heyenrath
693778659e
Concurrent issue ( #88 ) ( #90 )
...
* concurrent
* uni tests
2018-02-14 18:30:06 +00:00
Stef Heyenrath
e21582aacf
Add log4net logging ( #89 )
...
* logging + fixed proxy isses
* Add more logging
* comments
* 1.0.3.1
2018-02-14 16:13:05 +00:00
Stef Heyenrath
95a201573a
#86
2018-02-04 10:22:56 +01:00
Stef Heyenrath
180526c8b4
self-signed-certificate + #83
2018-02-03 12:06:12 +01:00
Stef Heyenrath
361d40189b
Fixed https proxy for netstandard 1.3 and netstandard 2.0 ( #85 )
2018-02-02 22:52:08 +01:00
Stef Heyenrath
40ff8514ac
BodyAsJson ( #80 )
2018-01-31 12:41:10 +01:00
Stef Heyenrath
601af2d6b2
Fixed restricted headers on response ( #71 )
...
* Fixed restricted headers on response
* appveyor
2017-12-07 22:16:19 +01:00
Alastair Crabtree
798603118c
bug: fix supporting the Patch method and logging the body ( #67 )
...
* bug: fix supporting the Patch method and logging the body
- Patch not configured to support Body
- Add a unit test
* chore: typo fixed
* Added / reordered tests for PATCH method
2017-11-20 19:32:36 +01:00
Stef Heyenrath
d39e9ef7fa
Fixed readme
2017-11-19 11:47:42 +01:00
vladimir-fed
a15e6747b0
Fix issue with concurrent logging ( #63 )
...
* Fix issue with concurrent logging
* Fix namespace + code format/cleanup
2017-11-18 12:22:19 +01:00
Oleksandr Liakhevych
d134684bcb
Add ability to provide multiple values for headers in response ( #59 )
...
* Add ability to provide multiple values for headers
* Updated json model
2017-10-27 21:49:03 +02:00
Stef Heyenrath
cbe6a0a2b4
WithBodyFromFile ( #56 )
2017-10-25 21:33:57 +02:00
Stef Heyenrath
37244d5c2f
PreWireMockMiddlewareInit / PostWireMockMiddlewareInit
2017-10-17 20:47:19 +02:00
Stef Heyenrath
07f03997c0
Fix issues with Bytes for Response
2017-10-14 10:48:58 +02:00
Stef Heyenrath
8199cdc382
scenario and state (added admin interface for GET and DELETE)
2017-10-07 18:10:17 +02:00
Stef Heyenrath
207688e42b
Observable logs (refactor some code)
2017-10-07 15:28:36 +02:00
deeptowncitizen
2d39a18b70
Observable logs ( #51 )
...
* observable log entries
* event test
2017-10-07 15:05:02 +02:00
Stef Heyenrath
5424b1e2e2
scenario and state
2017-10-07 13:19:48 +02:00
deeptowncitizen
ab017beaa6
stateful behavior + tests
2017-10-04 15:57:49 -04:00
Stef Heyenrath
8827531391
Add start delay from 100ms to fix startup issue on MacOS ( #44 )
2017-09-30 10:03:00 +02:00
Stef Heyenrath
139ea77888
Add ClientIP to RequestMessage / RequestLog ( #46 )
2017-09-18 20:01:38 +02:00
Stef Heyenrath
f8ad2cd3d6
Add RequestLogExpirationDuration and MaxRequestLogCount ( #43 ) ( #45 )
2017-08-20 11:20:35 +02:00
Stef Heyenrath
8d072e8b47
Dotnet 20 preview final ( #41 )
...
* 1.0.2.3-preview2-final-01
* fixes for AspNetCoreSelfHost (Task...)
* enable all target frameworks again
2017-08-11 13:27:18 +02:00
Stef Heyenrath
2aee658dfa
Listen on http://*:9090 ( #39 )
...
* Support for http://*:9090 urls
* Update version to 1.0.2.3
2017-08-08 22:58:12 +02:00
Stef Heyenrath
f38c24e8c4
FindLogEntries and refactored some code ( #34 )
2017-06-17 09:18:38 +02:00
Stef Heyenrath
08fd94c081
Do not delay Admin Interface commands
2017-05-23 21:56:20 +02:00
Stef Heyenrath
360a1227e4
Added X509Certificate2Filename ( #27 )
2017-05-16 20:20:55 +02:00
Stef Heyenrath
7bfd9f3343
Proxy ( #15 )
2017-05-05 22:25:57 +02:00
Stef Heyenrath
453cef90e5
merge netstandard into main ( #26 )
...
* #23
* #23 "Newtonsoft.Json" Version="10.0.2"
* owin
* AspNetCore
* Fix appveyor build
* fix start/stop in untitests
2017-04-26 21:28:12 +02:00