You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UTF-8 handling
Not sure if this will be a problem in practice, but AFARI there is no standard that tells that urls have to be UTF-8 encoded. Perhaps we should operate on ByteStrings?
vcr-proxy/src/Network/VCR.hs
Line 29 in 1251545
Several notes:
I'd go for
optparse-applicativeinstead manual pattern matching.endpointargument is not used for replaying at all, confusingPokemon exception handling?
vcr-proxy/src/Network/VCR.hs
Line 46 in 1251545
Maybe at least print exception to the console?
Use 502 as default error handler (minor)
vcr-proxy/src/Network/VCR.hs
Line 51 in 1251545
vcr-proxy/src/Network/VCR/Middleware.hs
Line 86 in 1251545
Endpoint not stored in the casette
vcr-proxy/src/Network/VCR/Types.hs
Line 39 in 1251545
I'd add it for future reference.
UTF-8 handling
Not sure if this will be a problem in practice, but AFARI there is no standard that tells that urls have to be UTF-8 encoded. Perhaps we should operate on ByteStrings?
vcr-proxy/src/Network/VCR/Middleware.hs
Line 104 in 1251545
Executable name
vcr-proxy/package.yaml
Line 48 in 1251545
Perhaps we could just call it
vcr-proxy?