Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
added endpoint to test for servername, issue #162
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Oct 2, 2015
1 parent 034936c commit becd3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/httpbin/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def clip(self, request):
@route('servername',
title='display the server name')
def servername(self, request):
name =request.get('SERVER_NAME')
name = request.get('SERVER_NAME')
return String(name, '\n').http_response(request)

########################################################################
Expand Down

0 comments on commit becd3fa

Please sign in to comment.