Alam

Results 2 issues of Alam

```lua url = http://example.com//a/b/c neturl.parse(url):normalize() ``` Expected outcome ```lua -- url.host = example.com -- url.path = /a/b/c ``` Actual outcome ```lua -- url.host = a -- url.path = /b/c ```

fixme

Hi there, Is there an option for allowing unauthenticated requests to the cloud-function just like https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--[no-]allow-unauthenticated ? I'm only seeing authenticated requests being allowed right now, below is the config...