HttpUtils.resource 223 Bytes
Newer Older
Variables       ./variables.py
Library         String


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