issues
search
elm
/
http
Make HTTP requests in Elm
https://package.elm-lang.org/packages/elm/http/latest
BSD 3-Clause "New" or "Revised" License
154
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for application/x-www-form-urlencoded ?
#78
paulmillar
opened
2 months ago
0
Fix typo
#77
kantuni
opened
11 months ago
0
add note on what a bad status code is
#76
jappeace
closed
7 months ago
0
Impossible to specify "Content-Type: application/json;charset=utf-8" when using Http.jsonBody
#75
Janiczek
opened
3 years ago
0
update NetworkError docs
#74
pravdomil
closed
1 year ago
0
Exposed `mapExpect` function.
#73
akoppela
opened
4 years ago
0
Accessing `Http.Error` with task requests
#72
dullbananas
opened
4 years ago
1
Can Http.Receiving not handle data that is more than 1023 byte?
#71
koji-k
opened
4 years ago
0
Uncaught TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': Value is not a valid ByteString
#70
decioferreira
opened
4 years ago
0
CORS handling seems broken
#69
RenFontes
opened
4 years ago
4
Incorect filename in Content-Disposition using bytesPart
#68
danhandrea
opened
4 years ago
0
Http.Request fails with `patch` method
#67
tryzniak
opened
5 years ago
2
jsonBody specifies character encoding utf-8
#66
holgerl
opened
5 years ago
1
Fix comment typo
#65
sbone
opened
5 years ago
1
Http.cancel cancelling subsequent requests
#64
WhileTruu
opened
5 years ago
0
No method for creating fileParts from non-File types
#63
paul-freeman
opened
5 years ago
3
'GET' requests don't seem to include body
#62
sxh
opened
5 years ago
3
Task requests and tracking progress
#61
Janiczek
opened
5 years ago
4
Support custom multipart body types for Google Drive API file upload
#60
jhf
opened
5 years ago
0
Add examples for handling BadStatus Http.Error with Response Body
#59
AntonLebiodkin
opened
5 years ago
2
SSCCE - Arraybuffer / Blob / XHR in IE
#58
panthershark
closed
5 years ago
2
IE support - add expectBlobResponse
#57
panthershark
closed
5 years ago
2
ArrayBuffer / Blob constructor conflict
#56
panthershark
closed
5 years ago
4
Support Server Sent Events (SSE) ?
#55
Dnomyar
opened
5 years ago
3
Expect and the "Accept:" header
#54
rtfeldman
opened
5 years ago
1
Runtime exception when empty header name is given
#53
ymtszw
opened
5 years ago
0
Example where parallel requests may be ideal
#52
j-maas
opened
5 years ago
3
Handling custom errors in 2.0.0
#51
nabilspottt
closed
5 years ago
2
Are Task requests rare?
#50
jinjor
closed
5 years ago
1
Add Upgrade guide from 1.0.0 to 2.0.0
#49
deiga
opened
5 years ago
5
Origin instead of Host
#48
gdamjan
closed
5 years ago
3
Fix type error, use Http qualifier in docs
#47
rl-king
closed
5 years ago
1
Update README.md
#46
MrMovl
closed
5 years ago
1
Add a FilePart tag to the Http.Part type and a filePart function to make one
#45
billstclair
closed
5 years ago
2
Http.RateLimit alternative
#44
adeel41
closed
5 years ago
1
README GET requests link is dead
#43
Torvaney
closed
5 years ago
1
Http.Progress not working when the content is gzipped
#42
pablohirafuji
closed
5 years ago
2
Wrapped decode error in BadPayload is malformed
#41
emtenet
closed
6 years ago
1
No docs on CORS
#40
patientplatypus
closed
5 years ago
4
For `PUT` requests, `Response.url` is `undefined` for IE 11 and Edge <= 13
#39
michaelglass
opened
6 years ago
1
Feature request: Type alias for the argument to Http.request
#38
JordyMoos
closed
5 years ago
3
Introduces an easy way to put key-value pairs of form data into a cus…
#37
asdr
closed
5 years ago
2
Progress demo not working
#36
mtricht
closed
5 years ago
5
Add "ignoreResponseBody" expectation.
#35
jonnyarnold
closed
6 years ago
3
Http.Error not caught for invalid protocol in Firefox
#34
absynce
opened
7 years ago
1
Failed xhr.open gives BadUrl, but may be caused by security restrictions
#33
StefanLiebig
opened
7 years ago
3
XMLHttpRequest `response` property doesn't exist in IE9
#32
toretore
opened
7 years ago
2
Headers now lowercase in Chrome 60
#31
sylvainf911
opened
7 years ago
2
Progress has no Native.Http import
#30
tunguski
closed
5 years ago
2
How to handle Server-side redirects?
#29
skinnyjames
closed
7 years ago
2
Next