ObjectWeb icon indicating copy to clipboard operation
ObjectWeb copied to clipboard

ObjectWeb is a fast, minimalist, pure-Python web framework that relies on no third party libraries. It is designed around using Python as it was originally intended to be used: as an Object Oriented P...

Results 2 ObjectWeb issues
Sort by recently updated
recently updated
newest added

Can not find the way to get the data passed by curl sending by post ... as one json data ... I get FieldStorage (None, None, {data})

Hi, I'm not sure, maybe I don' know how to properly use kwargs but seems like this (in webapi.py, getall): for key, val in kwargs: http_params.append(get(key, val)) should be ```...