begin appengine rendezvous component - domain fronting works,

although it just reflects the offer.
next step is to retrieve browser proxy answer (#1)
This commit is contained in:
Serene Han 2016-01-18 10:53:22 -08:00 committed by Arlo Breault
parent ff5d23b08c
commit e4e068640f
6 changed files with 113 additions and 10 deletions

10
rendezvous/app.yaml Normal file
View file

@ -0,0 +1,10 @@
# override this with appcfg.py -A $YOUR_APP_ID
application: snowflake-reg
version: 1
runtime: go
api_version: go1
handlers:
- url: /.*
script: _go_app
secure: always