Check-in [ef2604c3a4]
Overview
Comment: | Support json= POST requests. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ef2604c3a49a9e62ce995c625468b59c |
User & Date: | mario on 2017-02-26 21:42:23 |
Other Links: | manifest | tags |
Context
2017-02-26
| ||
21:43 | Enable search with post/json=1 and seperating token from other params{} check-in: 85f1271d4d user: mario tags: trunk | |
21:42 | Support json= POST requests. check-in: ef2604c3a4 user: mario tags: trunk | |
2017-02-25
| ||
00:06 | Add dirble search (but keep disabled: error "504 not allowed"). Reintroduce pagination (slower, but with progress bar now). Add "Popular" and "Recent" categories. Reenable thumbnail fetching rather than plain favicons. check-in: b042a5112f user: mario tags: trunk | |
Changes
Modified ahttp.py from [c85e234893] to [08b50af3db].
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | - + - + - + - + + + + - + | except: pass # prepare default query object session = requests.Session() # default HTTP headers for requests session.headers.update({ |
︙ |