-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
The way the RequestHeader
type is built brings up some possibly undefined edge cases. For example, this returns false
:
ContentType applicationJSON == RequestHeader "Content-Type" "application/json"
And are these the same?
affjax $ defaultRequest { headers = [ ContentType applicationJSON ] }
affjax $ defaultRequest { headers = [ RequestHeader "Content-Type" "application/json" ] }
Metadata
Metadata
Assignees
Labels
No labels