appengine/internal
Zev Goldstein 8f83b32138
[internal] Expose internal.handleHTTP as a standard http middleware (#235)
The existing `appengine.Main()` function doesn't allow for any customization such as using an alternate webserver, or even just configuring `net/http`. Exposing its core functionality as a standard HTTP middleware gives the user much significantly more control and composability.
2021-03-31 10:19:40 -07:00
..
aetesting Normalize namespace and transaction application. 2016-05-17 01:27:11 +00:00
app_identity internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
base internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
blobstore internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
capability internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
channel internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
datastore internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
image internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
log internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
mail internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
memcache internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
modules internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
remote_api internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
search internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
socket internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
system internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
taskqueue internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
urlfetch internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
user internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
xmpp internal: regenerate protos (#144) 2018-07-31 09:49:58 -07:00
api.go [internal] Expose internal.handleHTTP as a standard http middleware (#235) 2021-03-31 10:19:40 -07:00
api_classic.go [internal] Expose internal.handleHTTP as a standard http middleware (#235) 2021-03-31 10:19:40 -07:00
api_common.go internal: give more useful panics when (mis)using context.Background (#68) 2017-04-10 09:20:47 -07:00
api_race_test.go Add missing copyright headers. 2015-08-25 23:55:53 +00:00
api_test.go [internal] Expose internal.handleHTTP as a standard http middleware (#235) 2021-03-31 10:19:40 -07:00
app_id.go Add identity functions to appengine package. 2014-01-29 13:01:14 +11:00
app_id_test.go Add identity functions to appengine package. 2014-01-29 13:01:14 +11:00
identity.go Revert "Remove support for 1.10 and earlier (#217)" (#218) 2019-10-16 13:46:03 -07:00
identity_classic.go Revert "Remove support for 1.10 and earlier (#217)" (#218) 2019-10-16 13:46:03 -07:00
identity_flex.go Add functions that check which environment the app is running in (#170) 2018-10-29 15:16:05 -07:00
identity_vm.go internal: update identity to support GAE second generation runtimes (#153) 2018-09-18 12:49:13 -07:00
internal.go appengine: introduce appengine.Main() for Standard. 2016-07-07 23:40:48 +00:00
internal_vm_test.go travis: use 1.6.3 and 1.7rc6, use 1.9.40 SDK 2016-08-10 20:55:38 +00:00
main.go Revert "Remove support for 1.10 and earlier (#217)" (#218) 2019-10-16 13:46:03 -07:00
main_common.go Add support for stable Func keys in App Engine second gen (#184) 2018-12-17 12:59:03 -08:00
main_test.go Add support for stable Func keys in App Engine second gen (#184) 2018-12-17 12:59:03 -08:00
main_vm.go [internal] Expose internal.handleHTTP as a standard http middleware (#235) 2021-03-31 10:19:40 -07:00
metadata.go internal: update identity to support GAE second generation runtimes (#153) 2018-09-18 12:49:13 -07:00
net.go internal: Increase limitDial timeout from 500ms to 10s (#210) 2019-09-19 14:55:17 -07:00
net_test.go appengine: add WithContext 2015-04-20 21:51:35 -07:00
regen.sh Add internal/capability proto. 2015-12-07 13:17:10 +11:00
transaction.go datastore: fix behavior when ErrConcurrentTransaction occured (#139) 2018-05-21 15:34:13 -07:00