Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
STD_HTTP_SERVER_REQUEST Struct Reference

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)

Detailed Description

Internal http connection request structure. You should not call it directly, use API instead !

Member Function Documentation

stdhttpsrvreq ( )

internal id connection received request

stdhttpsrvcon ( HTTPcon  )

current connection object

stdhttpsrvreqclose ( fun  I[I])

called when a connection is closed

stdhttpsrvanswerhead ( )

specific header response

stdhttpsrvanswerS ( )

srring to send from this server to answer to this request

stdhttpsrvanswerP ( )

file to send from this server to answer to this request


The documentation for this struct was generated from the following file: