Skip to content

Commit

Permalink
split out callbacks to its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 11, 2016
1 parent edeac35 commit cf47e4b
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 64 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
* [How to HTTP with curl](http.md)
* [Building and installing](building.md)
* [libcurl basics](libcurl.md)
* [Callbacks](libcurl-callbacks.md)
* [API compatibility](libcurl-api.md)
* [--libcurl](libcurl--libcurl.md)
* [Header files](libcurl-headers.md)
Expand Down
64 changes: 64 additions & 0 deletions libcurl-callbacks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
## Callbacks

TBD

### Write callback

TBD

### Read callback

TBD

### Progress callbacks

TBD

### Header callback

TBD

### Debug callback

TBD

### SSL context callback

TBD

### ioctl and seek callbacks

TBD

### Convert to and from network callbacks

TBD

### Convert from UTF8 callback

TBD

### Sockopt callback

TBD

### Opensocket and closesocket callbacks

TBD

### SSH key callback

TBD

### RTSP interleave callback

TBD

### FTP chunk callbacks

TBD

### FTP matching callback

TBD

64 changes: 0 additions & 64 deletions libcurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,70 +96,6 @@ TBD

TBD

## Callbacks

TBD

### Write callback

TBD

### Read callback

TBD

### Progress callbacks

TBD

### Header callback

TBD

### Debug callback

TBD

### SSL context callback

TBD

### ioctl and seek callbacks

TBD

### Convert to and from network callbacks

TBD

### Convert from UTF8 callback

TBD

### Sockopt callback

TBD

### Opensocket and closesocket callbacks

TBD

### SSH key callback

TBD

### RTSP interleave callback

TBD

### FTP chunk callbacks

TBD

### FTP matching callback

TBD

## Easy API

TBD
Expand Down

0 comments on commit cf47e4b

Please sign in to comment.