
22 Aug
2012
22 Aug
'12
8:51 p.m.
Hi,
So, I redefined Network.HTTP.Types.Status to have reformatted ByteString for status code (the statusAsciiCode field): https://github.com/kazu-yamamoto/http-types/blob/status-ascii-code/Network/H...
It seems like this could be solved with a lookup table. If this change is made I think it would need to make sense to hide the Status constructor and use a smart constructor or similar.
Thank you for taking time. I implemented an array some days ago: https://github.com/kazu-yamamoto/http-types/blob/status-array/Network/HTTP/T... But it appeared that this week is too busy to test it. I will come back this issue in the next week. Sorry for the delay. --Kazu