liweihan and Thiago Loureiro
4476f8273e
[WIP] use HttpContext.RequestAborted to support cancel a request ( #902 )
...
* use HttpContext.RequestAborted to support cancel a request
* register context.HttpContext.RequestAborted.ThrowIfCancellationRequested() in ExceptionHandlerMiddleware
* add LangVersion
* add default number to OcelotErrorCode
fix unit test
* revert back to one line
2019-05-27 16:23:30 +08:00
liweihan and Thiago Loureiro
6bd2f8cb48
add sourceLink support ( #896 )
2019-05-22 09:47:58 +08:00
liweihan and Thiago Loureiro
1eb092ffbd
add more flexible method to config ocelot pipeline ( #880 )
2019-05-10 11:33:50 +08:00
liweihan and Thiago Loureiro
e46467ae3c
fix HttpRequesterMiddleware does not call next bug ( #830 )
...
call next so that we can do something with the response, such as add some custom header etc...
2019-03-22 13:25:05 +01:00
liweihan and Thiago Loureiro
e281f1b3fb
remove duplicate IHttpRequester register ( #819 )
...
* remove duplicate `IHttpRequester` register
* reserve the first
2019-03-19 23:28:13 +01:00
liweihan and Marcelo Castagna
49b2a0f0ce
update cliamsParser ( #798 )
...
* update cliamsParser
* update using
2019-03-11 10:55:13 -03:00