diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-25 09:01:50 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-25 09:01:50 +0000 |
| commit | 7c5d186df1f7f00567660354905435cedffc3e20 (patch) | |
| tree | 2911cf6d75a5be2a62fd493f2ad1a05ffc7c6bb3 /src/tipideed/tipideed-internal.h | |
| parent | 51ff1577ce59449b36a86f21a90101bc2750943f (diff) | |
| download | tipidee-7c5d186df1f7f00567660354905435cedffc3e20.tar.gz | |
Implement fastcgi, except the protocol itself
Diffstat (limited to 'src/tipideed/tipideed-internal.h')
| -rw-r--r-- | src/tipideed/tipideed-internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tipideed/tipideed-internal.h b/src/tipideed/tipideed-internal.h index e3e014c..2cc8186 100644 --- a/src/tipideed/tipideed-internal.h +++ b/src/tipideed/tipideed-internal.h @@ -129,6 +129,11 @@ extern void respond_30x (tipidee_rql const *, tipidee_redirection const *) ; extern void rproxy (tipidee_rql const *, tipidee_redirection const *, char const *, tipidee_headers const *, char const *, size_t) ; + /* fastcgi */ + +extern void fastcgi (tipidee_rql const *, tipidee_redirection const *, char const *, tipidee_headers const *, char const *, size_t) ; + + /* trace */ extern int respond_trace (tipidee_rql const *, tipidee_headers const *) ; |
