robotframework-requests icon indicating copy to clipboard operation
robotframework-requests copied to clipboard

Generic Http Requests Keywords

Open lucagiove opened this issue 4 years ago • 2 comments

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

lucagiove avatar Apr 17 '20 07:04 lucagiove

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

lucagiove avatar Aug 23 '20 07:08 lucagiove

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

lucagiove avatar Aug 24 '20 05:08 lucagiove