Florin Lipan
Florin Lipan
This might be fixed in https://github.com/lipanski/mockito/releases/tag/0.32.0 - please give it a try if it's still of interest.
should probably be fixed by one of the recent releases https://github.com/lipanski/mockito/releases (0.32+)
@s97712 @dorak88783 took a while but this was added in https://github.com/lipanski/mockito/pull/162 and released in [0.32.4](https://github.com/lipanski/mockito/releases/tag/0.32.4). note that it exposes a dedicated method `Mock::with_body_from_request` rather than adding to `Mock::with_body_from_fn`, which still...
Fixed in https://github.com/lipanski/mockito/releases/tag/0.32.0
Fixed in https://github.com/lipanski/mockito/releases/tag/0.32.0
I think this should be fixed in https://github.com/lipanski/mockito/releases/tag/0.32.0
This might be fixed in https://github.com/lipanski/mockito/releases/tag/0.32.0
@jyn514 @johannescpk @horacimacias @podusowski took a while but this was addressed in https://github.com/lipanski/mockito/pull/191 and is now availabe in 1.3.0 as an optional server config: ```rust { let opts = mockito::ServerOpts...
should be fairly easy to expose this, hope I'll have a look later in the week
@ajoklar I implemented this in https://github.com/lipanski/mockito/pull/191 which landed in `1.3.0` - please give it a try: ```rust let opts = mockito::ServerOpts { host: "0.0.0.0", ..Default::default() }; let mut server =...