New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

robotframework-requestslogger

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-requestslogger

Robot Framework Requests Logging Library

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
3

RobotFramework Requests Logging Library

|Build Status|

Short Description

Robot Framework_ library for logging HTTP requests and responses, based on Requests_ library.

Installation

::

pip install robotframework-requestslogger

Documentation

See keyword documentation for robotframework-requestslogger library in folder docs.

Example

+-------------+--------------------------------+-----------------------------+------------------------+----------+ | Test cases | Action | Argument | Argument | Argument | +=============+================================+=============================+========================+==========+ | Simple Test | RequestsLibrary.Create session | Alias | http://www.example.com | | +-------------+--------------------------------+-----------------------------+------------------------+----------+ | | ${response}= | RequestsLibrary.Get request | Alias | / | +-------------+--------------------------------+-----------------------------+------------------------+----------+ | | RequestsLogger.Write log | ${response} | | | +-------------+--------------------------------+-----------------------------+------------------------+----------+

License

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org .. _Requests: http://docs.python-requests.org/en/latest

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-requestslogger.svg?branch=master :target: https://travis-ci.org/peterservice-rnd/robotframework-requestslogger

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc