alpmestan / servant

Moved to http://github.com/haskell-servant
50 stars 1 forks source link

client tests #23

Closed soenkehahn closed 10 years ago

alpmestan commented 10 years ago

Great work! That cleans things up significantly.

alpmestan commented 10 years ago

Although it's true that we may want "https" sometimes. @soenkehahn maybe we should just add an additional parameter to mkHost or somewhere else, of type:

data Protocol = HTTP | HTTPS