Skip to content

Instantly share code, notes, and snippets.

@davidbirdsong
Created March 12, 2014 07:15
Show Gist options
  • Select an option

  • Save davidbirdsong/9502254 to your computer and use it in GitHub Desktop.

Select an option

Save davidbirdsong/9502254 to your computer and use it in GitHub Desktop.
lua put
ngx.req.read_body()
-- do the work to find body file on disk
ngx.req.set_body_file(putfile, true)
res = ngx.location.capture("/location_that_proxies", {method = ngx.HTTP_PUT})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment