HttpUtils.resource 216 Bytes
Newer Older
*** Settings ***
Variables    ./variables.py

Library    String

*** Keywords ***
Fetch Id From Response Location Header
    ${id}=     Fetch From Right    ${response['headers']['Location']}  /
    [return]    ${id}