Astro-SpaceTrack

 view release on metacpan or  search on metacpan

t/data/Mock-LWP-UserAgent/resp.json  view on Meta::CPAN

{
   "https://celestrak.org/" : {
      "GET" : [
         "200",
         "OK",
         [
            "Content-Type",
            "text/html; charset=UTF-8"
         ],
         "<!DOCTYPE html>\r\n\r\n<html>\r\n\r\n<head>\r\n\r\n<title>CelesTrak</title>\r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/site.css\">\r\n\r\n</head>\r\n\r\n<body>\r\n\r\n<!-- Formerly Celestial BBS and Celestial WWW -->\r\n\r\n<...
      ]
   },
   "https://celestrak.org/NORAD/elements/stations.txt" : {
      "GET" : [
         "200",
         "OK",
         [
            "Content-Type",
            "text/plain"
         ],
         "ISS (ZARYA)\n1 25544U First line of data\n2 25544 Second line of data\nTIANGONG-2\n1 41765U First line of data\n2 41765 Second line of data\nBANXING-2\n1 41834U First line of data\n2 41834 Second line of data\nPHOENIX\n1 42706U First line o...
      ]
   },
   "https://celestrak.org/SpaceTrack/query/stations.txt" : {
      "GET" : [
         "200",
         "OK",
         [
            "Content-Type",
            "text/plain"
         ],
         "25544ISS (ZARYA)\n36086POISK\n41765TIANGONG-2\n41834BANXING-2\n42706PHOENIX\n42711ALTAIR PATHFINDER\n42712SHARC\n42713ZA-AEROSAT\n42715CSUNSAT1\n42722NJUST-1\n42726NSIGHT\n42736BEEAGLESAT\n42982KESTREL EYE IIM (KE2M)\n43020ASTERIA\n43021DEL...
      ]
   },
   "https://www.fubar.org/" : {
      "GET" : [
         "403",
         "Forbidden",
         [
            "Content-Type",
            "text/html; charset=iso-8859-1"
         ],
         "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access /\non this server.<br />\n</p>\n<p>Additionally, a 403 Forbidden\ner...
      ]
   },
   "https://www.space-track.org/" : {
      "GET" : [
         "200",
         "OK",
         [
            "Content-Type",
            "text/html; charset=UTF-8",
            "Set-Cookie",
            "chocolatechip=This bears no relation to any cookie set by Space Track; path=/; domain=www.space-track.org"
         ],
         ""
      ]
   },
   "https://www.space-track.org/ajaxauth/login" : {
      "POST" : [
         "200",
         "OK",
         [
            "Content-Type",
            "application/json",
            "Set-Cookie",
            "chocolatechip=This bears no relation to any cookie set by Space Track; path=/; domain=www.space-track.org",
            "Status",
            "200"
         ],



( run in 0.502 second using v1.01-cache-2.11-cpan-39bf76dae61 )