Hello,
I am accidentally found robotframework-httpx in github.
I have try migrate few Requests keyword to Httpx, and the output is very impressive. It works well and improved the response time almost double. I never expecting at first.
But I would like to ask for few questions:
- I don't find the keyword documents, currently I am download the keyword doc from doc folder in the repo.
- In current implementation, I will have to create session first - referring to the doc.html. And it state that GET Request is depreciated, but GET from request keyword is not mark as depreciate.
Overall it is a nice replacement to robotframework-request, thank you for create and publish it as open source.
Hello,
I am accidentally found robotframework-httpx in github.
I have try migrate few Requests keyword to Httpx, and the output is very impressive. It works well and improved the response time almost double. I never expecting at first.
But I would like to ask for few questions:
Overall it is a nice replacement to robotframework-request, thank you for create and publish it as open source.