Lines Matching full:headers

46     ${headers}=  Create Dictionary  X-Auth-Token=${XAUTH_TOKEN}  Accept=application/json
47 Set To Dictionary ${kwargs} headers ${headers}
72 ${headers}= Create Dictionary Content-Type=application/json
74 Set To Dictionary ${kwargs} headers ${headers}
97 ${headers}= Create Dictionary Content-Type=application/json
100 ${resp}= PUT On Session openbmc ${base_uri} json=${kwargs["data"]} headers=${headers}
121 ${headers}= Create Dictionary Content-Type=application/json
123 Set To Dictionary ${kwargs} headers ${headers}
166 ${headers}= Create Dictionary Content-Type=application/json
169 ${resp}= POST On Session openbmc /login json=${data} headers=${headers}
173 ... Evaluate re.split(r'[;,]', '${resp.headers["Set-Cookie"]}') modules=re
196 ${headers}= Create Dictionary Content-Type=application/json
200 ... /login json=${data} headers=${headers}
209 ${headers}= Create Dictionary Content-Type=application/json
216 ... /logout json=${data} headers=${headers}
371 ${headers}= Create Dictionary Content-Type=application/octet-stream
373 Set To Dictionary ${kwargs} headers ${headers}
399 ${headers}= Create Dictionary Content-Type=application/json
405 ... data=${data} headers=${headers}
408 Set Global Variable ${XAUTH_TOKEN} ${resp.headers["X-Auth-Token"]}
428 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
429 Set To Dictionary ${kwargs} headers ${headers}
452 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
453 Set To Dictionary ${kwargs} headers ${headers}