diff options
author | Camil Staps | 2016-03-02 21:37:50 +0100 |
---|---|---|
committer | Camil Staps | 2016-03-02 21:39:52 +0100 |
commit | 436f26b4eb1b38089396374876908fdb06d3c015 (patch) | |
tree | d599191368ff027e98a704051dfa04a20d6645d1 /project1/proj1_s4498062/documentation.txt | |
parent | Assignment 2 (diff) |
Added framework project 1
Diffstat (limited to 'project1/proj1_s4498062/documentation.txt')
-rw-r--r-- | project1/proj1_s4498062/documentation.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project1/proj1_s4498062/documentation.txt b/project1/proj1_s4498062/documentation.txt new file mode 100644 index 0000000..630fc88 --- /dev/null +++ b/project1/proj1_s4498062/documentation.txt @@ -0,0 +1,5 @@ +Don't forget to document your implementation:
+-> language + external libraries used (if any)
+-> control flow with headers/status codes considered for each requirement (GET, persistent connections, ETag, encoding)
+-> concurrency, hashing, resource encoding
+-> challenges (if any)
\ No newline at end of file |