robotframework-requests
robotframework-requests copied to clipboard
Generic Http Requests Keywords
Might be useful to do different requests at run-time. These keywords should be used as single documentation point for parameters of all the other keywords. The first one is sessionless
Http Request get http://example.pl/resource
Http Request On Session session-name get /resource
Maybe we can just use Http Get without Request and take advantage of https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#implicit-argument-types-based-on-default-values as @mkorpela suggested
Or embedding the verb in the keyword itself for Http ${verb} On Session https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#embedding-arguments-into-keyword-names