[Overview][Constants][Procedures and functions] | Reference for unit 'pwumain' (#powtils_main) |
Source position: pwumain.pas line 124
function IsHeader( |
const name: String |
):Boolean; |
begin outln('Checking... '); if isheader('Content-Length') then outln('yes that content length header exists'); end.