Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Internal http connection request structure. You should not call it directly, use API instead ! More...
Public Member Functions | |
stdhttpsrvanswerhead (S) | |
stdhttpsrvanswerP (P) | |
stdhttpsrvanswerS (S) | |
stdhttpsrvcon (HTTPcon) | |
stdhttpsrvreq (S) | |
stdhttpsrvreqclose (fun[I] I) | |
stdhttpsrvreqid (I) | |
Internal http connection request structure. You should not call it directly, use API instead !
stdhttpsrvreq | ( | S | ) |
internal id connection received request
stdhttpsrvcon | ( | HTTPcon | ) |
current connection object
stdhttpsrvreqclose | ( | fun | I[I] | ) |
called when a connection is closed
stdhttpsrvanswerhead | ( | S | ) |
specific header response
stdhttpsrvanswerS | ( | S | ) |
srring to send from this server to answer to this request
stdhttpsrvanswerP | ( | P | ) |
file to send from this server to answer to this request