Created
June 18, 2013 03:11
-
-
Save zenloner/5802420 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<nsclick type="product" > | |
<hao123_nsclick_log type="module" delimiter=" "> | |
<ip type="string"/> | |
<char1 type="string"/> | |
<char2 type="string"/> | |
<time type="string" surrounded_delimiter="[]"/> | |
<query type="record" surrounded_delimiter='""' delimiter=" "> | |
<http_method type="string" /> | |
<url type="record" delimiter="?" extend_record_str="true"> | |
<url_path type="string" /> | |
<url_fields type="record"> | |
<autokv type="record" flag="repeated" repeated_delimiter="&" auto_key="true" delimiter="=" place_holder="t"> | |
<autokey type="string" /> | |
<autovalue type="string" /> | |
</autokv> | |
</url_fields> | |
</url> | |
<url_protocol type="string" /> | |
</query> | |
<http_stat type="int32" /> | |
<length type="string"/> | |
<char3 type="string"/> | |
<char4 type="int32"/> | |
<refer type="string" surrounded_delimiter='""' /> | |
<cookie type="record"> | |
<cookie_fields type="record" flag="repeated" auto_key="true" repeated_delimiter=" " delimiter="=" place_holder="-"> | |
<key type="string" /> | |
<value type="string" /> | |
</cookie_fields> | |
</cookie> | |
<useragent type="string" surrounded_delimiter='""' /> | |
</hao123_nsclick_log> | |
</nsclick> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment