NAME
Lab::Moose::Connection::HTTP - Connection with Http requests
VERSION
version 3.920
SYNOPSIS
use
Lab::Moose
my
$instrument
= instrument(
type
=>
'random_instrument'
,
connection_type
=>
'HTTP'
,
connection_options
=> {
ip
=> 172.22.11.2,
port
=> 8002},
);
DESCRIPTION
This module provides a connection for devices with an integrated web server.
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by the Lab::Measurement team; in detail:
Copyright 2023 Andreas K. Huettel, Mia Schambeck
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.