blob: 522b30f167e539124e4631111a9f6885a91ba23d (
plain)
1
2
3
4
5
6
7
8
9
10
|
bless( {
'_content' => '',
'_headers' => bless( {
'authorization' => 'token 0123456789abcdef0123456789abcdef01234567',
'content-type' => 'application/json; charset=UTF-8'
}, 'HTTP::Headers' ),
'_max_body_size' => undef,
'_method' => 'DELETE',
'_uri' => bless( do{\(my $o = 'http://localhost:8000/api/ipam/ip-addresses/1/')}, 'URI::http' )
}, 'HTTP::Request' );
|