George O
George O
Hi all, closing this issue as the aiohttp code will not be merged into this project. If you are set on on aiohttp, then the [aiohttp-ip-rotator](https://github.com/D4rkwat3r/aiohttp-ip-rotator) lib is probably a...
Hi @sachinjsd, sadly this is not possible under the current implementation.
@HyperRays very nice find... We could definitely make this optional as it'll be 2x cost but could be really useful. Any shot you're up to PR?
Thanks @HyperRays, let me know how you get on! 🤞
Thanks, will take a look!
Looks like its to do with how the "/" is handled as either the raw character or as %2f EDIT: After further testing it seems like Api Gateway is automatically...
@mittster its an issue that's popped up in the past.. Something to do with AWS handling of URLs, but honestly not sure what's happening behind the scenes there
Hi @codemonies, thank you for the question. This is planned in the future, but will require some research 😄
Got it... I guess checking for `Union[str,None]` has the same effect as just setting as `Optional[str]`, and then either returning `None` or a `str`?
For sure blank_none could be a good option.. What unexpected behaviour do you reckon using `Optional[str]` may cause?