16 May, 2014

1 commit


13 May, 2014

2 commits


08 May, 2014

1 commit


06 May, 2014

1 commit


05 May, 2014

1 commit


02 May, 2014

1 commit


29 Apr, 2014

1 commit


28 Apr, 2014

2 commits


24 Apr, 2014

1 commit


15 Apr, 2014

2 commits


14 Apr, 2014

2 commits


11 Apr, 2014

2 commits


09 Apr, 2014

3 commits


07 Apr, 2014

4 commits


06 Apr, 2014

2 commits


02 Apr, 2014

3 commits


01 Apr, 2014

1 commit


31 Mar, 2014

1 commit


26 Mar, 2014

1 commit


25 Mar, 2014

6 commits


24 Mar, 2014

1 commit


20 Mar, 2014

1 commit

  • Currently this method responds with `text/html`. It is kind of unusable
    if you open it in a browser. The browser thinks it is HTML and renders
    it as HTML, meaning new lines are dropped. So it's very hard to
    distinguish where the key starts and where it ends.
    
    This commit changes the content type header to `text/plain`.
    Dmitry Medvinsky