0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-17 23:45:41 -05:00
caddy/caddyhttp/fastcgi
Etienne Bruines 6a9aea04b1 fastcig: GET requests send along the body ()
Fixes 

According to RFC 7231 and RFC 7230, there's
no reason a GET-Request can't have a body
(other than it possibly not being supported
by existing software). It's use is simply not
defined, and is left to the application.
2018-02-11 14:45:45 -07:00
..
fastcgi.go fastcig: GET requests send along the body () 2018-02-11 14:45:45 -07:00
fastcgi_test.go fastcgi: Add support for SRV upstreams () 2017-10-03 07:17:54 -06:00
fcgi_test.php Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
fcgiclient.go fastcig: GET requests send along the body () 2018-02-11 14:45:45 -07:00
fcgiclient_test.go fastcig: GET requests send along the body () 2018-02-11 14:45:45 -07:00
setup.go fastcgi: Add support for SRV upstreams () 2017-10-03 07:17:54 -06:00
setup_test.go fastcgi: Add support for SRV upstreams () 2017-10-03 07:17:54 -06:00