http-types icon indicating copy to clipboard operation
http-types copied to clipboard

Generic HTTP types for Haskell (for both client and server code)

Results 16 http-types issues
Sort by recently updated
recently updated
newest added

@aristidb I've wondered, since this repo seems to have been somewhat abandoned. Would you be open to me having either co-maintainership of this repo, or that I fork this repo...

The browser behavior (and standard if I can dig up the forms spec) of HTML forms with array-like values is to include a query string with repeated keys. This multi-select:...

Is this project still maintained? Some PRs and issue reports have not gotten a response in over 2 years.

I had expected (hRange, renderByteRange (ByteRangeFrom 1000)) would be a http request Range header, but in fact renderByteRange does not include the "bytes=" part, so that generates an invalid "Range:...

Version 0.12.3 The documentation of `urlEncode` for the boolean parameter is: ``` Whether to decode '+' to ' ' ``` This doesn't appear to be the whole story though. It...

Here https://github.com/aristidb/http-types/blob/master/Network/HTTP/Types/URI.hs#L253 documentation states `Performs percent encoding on all unreserved characters, as well as @\:\@\=\+\$@,` while under the hood it calls `urlEncodeBuilder False` which does not escape characters `:@&=+$,`. Also...

Maintain the ordering of status values in the haddocks

Hi @aristidb, ## Problem statement I found that `URI fragment` is missing in the package. I am talking about secondary part of URI (after hash sign, `#`). Despite it does...