diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-07-18 08:29:10 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-07-18 08:29:10 +0300 |
commit | 43968691c2a7f1f95cf7476fc8ab3c0bba8bab54 (patch) | |
tree | ddd2d851508a2b93ce95d3d65b272620bc5322f6 /man | |
parent | 36dda991898ce621a0b0f7103f763690e73fa0ff (diff) | |
download | magi-43968691c2a7f1f95cf7476fc8ab3c0bba8bab54.tar magi-43968691c2a7f1f95cf7476fc8ab3c0bba8bab54.tar.xz magi-43968691c2a7f1f95cf7476fc8ab3c0bba8bab54.zip |
Removed unnecessary field meta from request.
Diffstat (limited to 'man')
-rw-r--r-- | man/magi.3 | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -158,11 +158,18 @@ field of .B magi_request structure. For other modules error codes seem to be overkill. .SH COMPATIBILTY +Sine +.B magi +only uses C standard library and the C language itself it should be able +to run on every environment with them, i.e. Linux, OpenBSD, FreeBSD, macOS, +Windows, etc. +.P The .B magi -library runs on any UNIX environment, -i.e. Linux, OpenBSD, FreeBSD, macOS, etc. -Windows is currently not supported. +library should work well with any server supporting CGI, since it is +compatible with +.IR "RFC 3875" , +i.e. Apache, nginx, Caddy, etc. .P The library is compatible with C++, since it avoid using typedefs for structs. However it doesn't have 'extern "C"' in the headers, so you need to wrap your |