libcURL.CookieEngine.HTTPOnly - charonn0/RB-libcURL GitHub Wiki

libcURL.CookieEngine.HTTPOnly

Method Signature

 Function HTTPOnly(Index As Integer) As Boolean

Parameters

Name Type Comment
Index Integer The index of the cookie to get. The first cookie is at Index 0

Return value

Returns True if the cookie at Index should not be available to non-HTTP APIs (e.g. Javascript)

See also