Closed at207711 closed 1 year ago
Hi
Router mode post incoming parameters: Extension,Query,Json
Unable to pass the editor, if the ClientIp library is removed, it will run normally
err:
Handler<_, _, _>` is not satisfied the trait `Handler<T, S, B2>` is implemented for `Layered<L, H, T, S, B, B2>`
Hey. You're probably have ClientIp extractor before Json in your handler params, make sure Json is the last one. Here's details in the docs.
ClientIp
Json
okay,
thanks
Hi
Router mode post incoming parameters: Extension,Query,Json
Unable to pass the editor, if the ClientIp library is removed, it will run normally
err: