Annotation of parser3/tests/367-curl.html, revision 1.1
1.1 ! moko 1: @main[]
! 2: ^curl:session{
! 3: $response[^curl:load[
! 4: $.url[http://www.parser.ru/_/tests/367.html?redirect=yes]
! 5: $.followlocation(true)
! 6: ]]
! 7:
! 8: $max(0)
! 9: ^response.tables.foreach[;header]{ ^if($header>$max){$max($header)} }
! 10:
! 11: text: $response.text ($response.size bytes)
! 12: name: $response.name
! 13: charset: $response.content-type
! 14: max identical headers: $max
! 15: url: ^curl:info[effective_url] after ^curl:info[num_connects] requests (^curl:info[redirect_count] redirect)
! 16: }
E-mail: